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!
Installation
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.
Syntax
Basic Syntax
<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 |
Complex Headers
<datatables> ^ Name ^^ ^ First ^ Last ^ | My | Name | | Your | Name | </datatables>
Name | |
---|---|
First | Last |
My | Name |
Your | Name |
Other Examples
Options
Option | Description | Allowed values | Default value |
---|---|---|---|
scroll-y | Vertical scrolling | px , integer , boolean | false |
scroll-x | Horizontal scrolling | px , integer , bool
|