DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:tablelayout

tablelayout Plugin

Compatible with DokuWiki

  • 2024-02-06 "Kaos" unknown
  • 2023-04-04 "Jack Jackrum" unknown
  • 2022-07-31 "Igor" yes
  • 2020-07-29 "Hogfather" yes

plugin Set the width of table columns, freeze header rows, float the table, integrates with edittable plugin

Last updated on
2022-03-28
Provides
Syntax, Action
Repository
Source
Conflicts with
datatables, tabinclude, tablewidth, bootstrap3

A CosmoCode Plugin

Installation

Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.

Examples/Usage

The following example syntax will make the first fixed and show about 2 other rows in a scrollable container below. It will make the first column 20px wide and the second 30px. The table itself will be floating to the right.

{{tablelayout?colwidth="20px,30px"&rowsHeaderSource=1&rowsVisible=2&float=right}}
^ header 1 ^ header 2 ^
| cell A1 | cell B1 |
| cell A2 | cell B2 |
| cell A3 | cell B3 |

Syntax

The basic boilerplate is {{tablelayout?options}}. The options are specified like URL parameters:

Column widths

The option is colwidth and it expects a "-wrapped, ,-separated list of column-widths including the px unit. If you do not want to define the width of an element use -.

fixed header rows

You have to specify the two options rowsHeaderSource and rowsVisible. The first expects a positive integer specifying the number of rows that are fixed at the top. rowsVisible sets the number of rows that are visible below the fixed rows.

rowsHeaderSource can be set to Auto.

Floating

The option float takes one of three possible values: left, right, center. left and right let the table float to the left or right, center centers the table on the page.

By setting tableSearch=1 fields will be added above every column and one for the entire table.

Sort

By setting tableSort=1 sort buttons will be added for every column.

Print

By setting tablePrint=1 a print button is added below the table, that opens only the table in a new window and triggers the browser's print dialog.

Development

Commit-Ticker

Releases:

Tips

plugin/tablelayout.txt · Last modified: 2024-02-28 10:39 by 54.199.226.19

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki