Field Type SELECT Generator Error

Field Type SELECT Generator Error

IT Operation KalimantanIT Operation Kalimantan Posts: 7Questions: 3Answers: 0
edited March 2015 in Editor

Excuse me,
I want to test the generator datatables editor but the data type SELECT cannot generate a proper SQL query.
Is this normal?

screenshot: http://puu.sh/gNe2a/24cbebcde0.png

Generated SQL query:

CREATE TABLE `wakwaw` (
    `id` int(10) NOT NULL auto_increment,
    `qweqwe` varchar(255),
    ,                                          //nothing here
    PRIMARY KEY( `id` )
);

This question has accepted answers - jump to:

Answers

  • allanallan Posts: 61,805Questions: 1Answers: 10,119 Site admin
    Answer ✓

    Thanks for letting me know about that! Fixed now :-)

    Allan

  • IT Operation KalimantanIT Operation Kalimantan Posts: 7Questions: 3Answers: 0
    edited March 2015

    amazing,, thankss...
    sorry, one more.
    javascript result of the package has a bug, if I choose select. its not show the insert. This code is the result of the package :
    "fields": [
    {
    "label": "Kode Fmc",
    "name": "kode_fmc",
    "options": [
    "1",
    "2",
    "3"
    ]
    },
    aku lihat ada kekurangan code. "type:select", thats right?

  • allanallan Posts: 61,805Questions: 1Answers: 10,119 Site admin
    Answer ✓

    Doh! Thanks again!

    Fixed now :-)

    Allan

This discussion has been closed.