Tables

Present and edit data in tables.

Basic tables

A table is always wrapped in <div class="table-responsive"> ... </div> The table element must have the class table.

Standard table.

Table rows

You can enrich the table by adding additional classes.

Decorated table rows.

Context menu

Each row can have a context menu.

Table row with context menu open.

Editible data

Edit data in table. For these text input fields to look right inside tables, you must apply some classes on the row and individual cells.

Table row with editable data.

In case of checkboxes or radio buttons in tables, you do not need to apply cell-edit-mode.

Expand rows

Table row expanded.

Last updated