This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
playground:start [2015/09/04 15:55] MasterCollec created |
playground:start [2015/09/04 16:00] (current) MasterCollec |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Playground ====== | ====== Playground ====== | ||
| + | |||
| + | ====== Plugins ====== | ||
| + | |||
| + | ===== DataTables ===== | ||
| + | |||
| + | https://www.dokuwiki.org/plugin%3Adatatables | ||
| + | |||
| + | <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> | ||
| + | |||
| + | <datatables page-length="50"> | ||
| + | ^ 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> | ||
| + | |||
| + | |||
| + | <datatables paging="false" ordering="false" info="false" searching="false"> | ||
| + | ^ 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> | ||