This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
playground:start [2015/09/04 15:59] MasterCollec |
playground:start [2015/09/04 16:00] (current) MasterCollec |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| ===== DataTables ===== | ===== DataTables ===== | ||
| + | https://www.dokuwiki.org/plugin%3Adatatables | ||
| <datatables> | <datatables> | ||
| Line 12: | Line 13: | ||
| | Row A2 | Row B2 | Row C3 | | | Row A2 | Row B2 | Row C3 | | ||
| </datatables> | </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> | ||
| + | |||
| + | |||