Data source from server, DataTables with form elements
Data source from server, DataTables with form elements
growingcock
Posts: 2Questions: 0Answers: 0
I want to create a table from DataTable similar this situation http://datatables.net/examples/api/form.html
but I want that my table will get data from server. Is there any way to do that?
For example my table have 3 column A, B,C and an CheckBox (CB) column.
A, B, C will get data from web server. And the server only return data of A,B,C not CB
I wrote this
[code]Loading data from server
[/code]
If the header have 3 column It doesn't work.
If I add more column to the header, it will raise an error "added data does not match the number of row column"
Please help me with this
but I want that my table will get data from server. Is there any way to do that?
For example my table have 3 column A, B,C and an CheckBox (CB) column.
A, B, C will get data from web server. And the server only return data of A,B,C not CB
I wrote this
[code]Loading data from server
[/code]
If the header have 3 column It doesn't work.
If I add more column to the header, it will raise an error "added data does not match the number of row column"
Please help me with this
This discussion has been closed.
Replies
Regards,
Allan