DataTables Plugin

This plugin add DataTables jQuery plug-in (https://datatables.net) support to DokuWiki.

For more information see Datatables Plugin page on DokuWiki.org!



Download Bug tracker Donate

Install the plugin using the Plugin Manager and the download URL above, which points to latest version of the plugin. Refer to Plugins on how to install plugins manually.

<datatables>
^ Column A ^ Column B ^ Column C ^
| Row A1   | Row B1   | Row C1   |
| Row A2   | Row B2   | Row C2   |
| Row A2   | Row B2   | Row C3   |
</datatables>



Column A Column B Column C
Row A1 Row B1 Row C1
Row A2 Row B2 Row C2
Row A2 Row B2 Row C3



<datatables>
^ Name ^^
^ First ^ Last ^
| My | Name |
| Your | Name |
</datatables>



Name
First Last
My Name
Your Name



Option Description Allowed values Default value
scroll-y Vertical scrolling px, integer, boolean false
scroll-x Horizontal scrolling px, integer, bool
  • wiki/plugin/datatables.txt
  • Last modified: 3 years ago
  • by Giuseppe Di Terlizzi