1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-01-18 11:52:11 +01:00

Fix - example: Add a link to feature plug-in documentation for the dom example

This commit is contained in:
Allan Jardine 2016-02-03 11:39:05 +00:00
parent b7868ad218
commit fea6c50408
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
7ef213e8fa6b7cafaf895ecdf69bbc69ff418051 14cfb1724de666131da92c6372583ddadad93366

View File

@ -92,7 +92,7 @@ $(document).ready(function() {
<p>All options (with the exception of the <code>t</code> (table) option can be specified multiple times, for if you want to show the same control multiple times <p>All options (with the exception of the <code>t</code> (table) option can be specified multiple times, for if you want to show the same control multiple times
(pagination at the top and bottom of the table for example).</p> (pagination at the top and bottom of the table for example).</p>
<p>Furthermore, note that additional <a href="//datatables.net/reference/option/dom"><code class="option" title="DataTables initialisation option">dom</code></a> <p>Furthermore, note that additional <a href="//datatables.net/reference/option/dom"><code class="option" title="DataTables initialisation option">dom</code></a>
options can be added to DataTables through the use of plug-ins.</p> options can be added to DataTables <a href="https://datatables.net/manual/plug-ins/features">through the use of plug-ins</a>.</p>
<p>In the example below, the table information is moved to the top of the table, and all the interaction elements to the bottom, each wrapper in a container <p>In the example below, the table information is moved to the top of the table, and all the interaction elements to the bottom, each wrapper in a container
<code>div</code>.</p> <code>div</code>.</p>
</div> </div>