diff --git a/.datatables-commit-sync b/.datatables-commit-sync index 78232e05..44da5eb1 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -deca6267b0b1e16b3f330d58d1725c676f0ad332 +70d40ebb23538668caa6f2c674e8f5a08507108a diff --git a/examples/api/form.html b/examples/api/form.html index afe62d80..48ec857b 100644 --- a/examples/api/form.html +++ b/examples/api/form.html @@ -48,9 +48,10 @@ $(document).ready(function() { bit of additional work to get the information that is not in the document any longer.
The $()
method can be used to get nodes from the
document regardless of paging, ordering etc. This example shows $()
being used to get all input
elements from the table.
In the example a simple alert()
is used to show the information from the form, but an Ajax call to the server with the form data could easily be
- performed.
input
elements from the table. In the example a simple
+ alert()
is used to show the information from the form, but an Ajax call to the server with the form data could easily be performed.
+ If you are interested in a complete CRUD editing suit for DataTables have a look at the Editor extension which provides + simple setup and complete integration with DataTables.