Search
-
Add row ID to client side DataTables
by allan ·There is an example for how to do it in DataTables here: http://datatables.net/examples/server_side/ids.html . -
add/edit/delete on dataTables.
by allan ·Can you please guide me through this? -
How to add an ID column to a TR if I make a call with ajax?
by allan ·You can use the DT_RowId option (second table in the server-side processing return parameters page - those three parameters will work for client-side processing as well). -
How to handle 'extra' data coming from server?
by allan ·You can use createdRow or the DT_RowData option described in the manual: http://datatables.net/manual/server-side#Returned-data -
row.add() and DT_RowID with dom table?
by allan ·It should be `DT_RowId` - sorry, I should have spotted that before. See list of options available is here: http://next.datatables.net/manual/server-side#Returned-data -
HTML5 data attribute for sAjaxSource
by allan ·In 1.10 you can use the `DT_RowData` object property to send back parameters that will be added to the`tr` as data: http://next.datatables.net/manual/server-side#Returned-data . The documentation ther -
Requested unknown parameter '0' from the data source for row 0
by allan ·Yes, use DT_RowId ( http://next.datatables.net/manual/server-side#Returned-data ) or fnCreatedRow . -
Horizontal Scrolling Problem
by nickolojon ·$('#return').dataTable({ -
Horizontal Scrolling Problem
by x2austin ·$('#return').dataTable({