Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| wiki:datatables_plugin [2023/02/18 06:44] – removed - external edit (Unknown date) 127.0.0.1 | wiki:datatables_plugin [2023/02/18 06:44] (current) – ↷ Page moved from contributing:datatables_plugin to wiki:datatables_plugin suedunham | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== DataTables plugin ====== | ||
| + | [[doku> | ||
| + | |||
| + | This plugin makes regular DokuWiki tables sortable and searchable. It's written by the same developer as the '' | ||
| + | |||
| + | ===== Basic use ===== | ||
| + | |||
| + | In the default case, simply enclose a standard table in '' | ||
| + | |||
| + | < | ||
| + | < | ||
| + | ^ Make table ^ As usual ^ | ||
| + | | 123 | 456 | | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | ===== Particular use cases ===== | ||
| + | |||
| + | In HârnWiki, this is often used with several options included in the opening tag. For instance, the [[harn: | ||
| + | |||
| + | < | ||
| + | < | ||
| + | </ | ||
| + | |||
| + | The '' | ||
| + | |||
| + | On the [[works: | ||
| + | |||
| + | < | ||
| + | < | ||
| + | </ | ||
| + | |||
| + | This may not strictly be necessary anymore, since this is merely the default | ||
| + | |||
| + | ===== Alternative plugins ===== | ||
| + | |||
| + | Other plugins have been considered for this role and may very well be preferable in some instances, should circumstances allow. They are discussed on their own pages, [[sortablejs_plugin]] and [[database2_plugin]]. | ||