Table: Reflow

Home Search

Reflow table mode

The reflow mode has one option, classes, which is only configurable via JavaScript because it expects an object literal value. The classes option has two properties that define the structural classnames that the plugin uses:

classes.reflowTable (default: "ui-table-reflow")
Class added to the generated label content added to each table cell based on the header name
classes.cellLabels (default: "ui-table-cell-label")
Class added to the first cell within each grouped header's column. This makes it easy to style these differently to visually delineate the column groups.

In this section