Related Pages: Data Tables
Table of Contents |
---|
...
A dynamic table is a type of Data Table which allows users to add, delete, and reorder rows.
...
Usage & Behavior
General Guidelines
...
In Zero state, the table will show one row with blank fields, allowing the user to immediately enter new data.
In this case the action icons will be disabled, until the first input.
...
Interaction
Clicking the Add New Row icon creates a new row underneath the header row, in editing mode.
Clicking the Move Up icon replaces the selected row with the row above it.
Clicking the Move Down icon replaces the selected row with the row below it.
For editing and deleting rows, see Inline Editing Tables.
The user will still be able to sort the table:
By default, the sorting icon will show on hover as usual.
Clicking the header will toggle between sort ascending, sort descending, and clear sorting.
On clear sorting, the table will show the last manual order of rows.
Re-ordering rows will override any sort.
If the table becomes higher than its container, a Scrollbar will appear.
...
Use dynamic tables when the data is user-generated.
In some cases, it is preferable to use a regular data table rather than an inline editing table. For more information see the best practices section under Inline Editing Tables.
...