diff --git a/.datatables-commit-sync b/.datatables-commit-sync index 8c66cfde..b6ed0e79 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -2d3a596a1d859ecc59bafb2d6ca898f5f5694ce4 +5b24b8d51b21fcc27289d1fc2ede8090e7591da7 diff --git a/examples/plug-ins/index.html b/examples/plug-ins/index.html index ffe7aa90..3879387f 100644 --- a/examples/plug-ins/index.html +++ b/examples/plug-ins/index.html @@ -16,7 +16,46 @@
While DataTables has a wide range of options and data type support built in, it can never cater for every type of data out of the box. For this reason, + DataTables exposes an extension API which allows you, the developers using DataTables, to add support for your own data types, searching, ordering and feature + plug-ins.
+ +The examples in this section show how plug-ins can be used and developed for DataTables.
+