Tables
Common use cases relating to tables. It's worth noting that UI guidelines recommend lists, instead of tables, to display data records for complex data sets. While tables tend to be more utilitarian, lists are ideal for small-screen displays and are increasingly common in web applications.
If lists don't provide the functionality you need, here are some advanced techniques you can use in table components:
- Modify a Table's Default Display
- Reorder Columns in a Table
- Sort Data in Table Columns
- Enable Resizing of a Table Column
- Wrap Table Text
- Add Columns to an Existing Table
- Format Row Values in a Table Conditionally
- Create a Search Filter for a Table
- Create an Editable Table
- Update Pagination Behavior for a Table
- Enable Text Selection in a Table