mirror of
https://github.com/DataTables/DataTables.git
synced 2025-01-30 23:52:11 +01:00
Fix - example: Add reference to Editor in form example
This commit is contained in:
parent
af353c8940
commit
5859f96088
@ -1 +1 @@
|
|||||||
deca6267b0b1e16b3f330d58d1725c676f0ad332
|
70d40ebb23538668caa6f2c674e8f5a08507108a
|
||||||
|
@ -48,9 +48,10 @@ $(document).ready(function() {
|
|||||||
bit of additional work to get the information that is not in the document any longer.</p>
|
bit of additional work to get the information that is not in the document any longer.</p>
|
||||||
<p>The <a href="//datatables.net/reference/api/%24()"><code class="api" title="DataTables API method">$()</code></a> method can be used to get nodes from the
|
<p>The <a href="//datatables.net/reference/api/%24()"><code class="api" title="DataTables API method">$()</code></a> method can be used to get nodes from the
|
||||||
document regardless of paging, ordering etc. This example shows <a href="//datatables.net/reference/api/%24()"><code class="api" title=
|
document regardless of paging, ordering etc. This example shows <a href="//datatables.net/reference/api/%24()"><code class="api" title=
|
||||||
"DataTables API method">$()</code></a> being used to get all <code class="tag" title="HTML tag">input</code> elements from the table.</p>
|
"DataTables API method">$()</code></a> being used to get all <code class="tag" title="HTML tag">input</code> elements from the table. In the example a simple
|
||||||
<p>In the example a simple <code>alert()</code> is used to show the information from the form, but an Ajax call to the server with the form data could easily be
|
<code>alert()</code> is used to show the information from the form, but an Ajax call to the server with the form data could easily be performed.</p>
|
||||||
performed.</p>
|
<p>If you are interested in a complete CRUD editing suit for DataTables have a look at the <a href="//editor.datatables.net">Editor extension</a> which provides
|
||||||
|
simple setup and complete integration with DataTables.</p>
|
||||||
</div><button type="submit">Submit form</button>
|
</div><button type="submit">Submit form</button>
|
||||||
<table id="example" class="display" cellspacing="0" width="100%">
|
<table id="example" class="display" cellspacing="0" width="100%">
|
||||||
<thead>
|
<thead>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user