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.
Table rows
You can enrich the table by adding additional classes.
Context menu
Each row can have a context menu.
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.
In case of checkboxes or radio buttons in tables, you do not need to apply cell-edit-mode.
Expand rows
Last updated