Field Type SELECT Generator Error
Field Type SELECT Generator Error
IT Operation Kalimantan
Posts: 7Questions: 3Answers: 0
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:
This discussion has been closed.
Answers
Thanks for letting me know about that! Fixed now :-)
Allan
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?
Doh! Thanks again!
Fixed now :-)
Allan