DataTables server-side processing example
DataTables server-side processing example
webspilka
Posts: 1Questions: 0Answers: 0
Hi alll
on http://www.datatables.net/release-datatables/examples/server_side/editable.html
when I edit and save cell
ajax send to http://www.datatables.net/release-datatables/examples/examples_support/editable_ajax.php
next parametrs: [code] value=try+update+field+Firefox+1.5&id=[/code]
I want to save the value in the database, for this I need id
where in this example, I get the id?
on http://www.datatables.net/release-datatables/examples/server_side/editable.html
when I edit and save cell
ajax send to http://www.datatables.net/release-datatables/examples/examples_support/editable_ajax.php
next parametrs: [code] value=try+update+field+Firefox+1.5&id=[/code]
I want to save the value in the database, for this I need id
where in this example, I get the id?
This discussion has been closed.
Replies
You might take a look at the editable addin for DataTables see http://jquery-datatables-editable.googlecode.com/svn/trunk/index.html . If you use this addin with DataTable you will need to see id of the row as id attribute of TR. You can find lot of examples in that site including some documentation on Wiki http://code.google.com/p/jquery-datatables-editable/wiki/EditCell
Jovan