diff --git a/.datatables-commit-sync b/.datatables-commit-sync index 49da407b..ebfc8695 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -7ef213e8fa6b7cafaf895ecdf69bbc69ff418051 +14cfb1724de666131da92c6372583ddadad93366 diff --git a/examples/basic_init/dom.html b/examples/basic_init/dom.html index 4384198c..59100060 100644 --- a/examples/basic_init/dom.html +++ b/examples/basic_init/dom.html @@ -92,7 +92,7 @@ $(document).ready(function() {
All options (with the exception of the t
(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).
Furthermore, note that additional dom
- options can be added to DataTables through the use of plug-ins.
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
div
.