Getting Started
Dark Mode
Charts
Colors
Drag-and-drop
Forms
Utilities
Table
Lay out your data grid-style, like setting dishes on a dinner table clear and organized, perfect for comparison and review.
Basic
A table displays data in rows and columns, allowing navigation via directional keys. It can optionally support row selection and sorting.
Installation
If you hit any issues, make sure you check out the installation guide here for more information.
Composed Components
Plug this component into the CLI, and it automatically loads all the included components. No need to add them individually.
The Table comes packed with a variety of components to make it stand out.
Manual Installation
Sometimes, using the CLI is the way to go, so make sure you install the necessary dependencies for the components you want to use.
Anatomy
Bulk Actions
Tables may require bulk actions for handling multiple entries at once.
Drag and Drop
Similar to GridList, tables can also support drag and drop functionality.
Sorting
Tables can be made sortable. Activate sorting by clicking on a column header.
Resizable
Tables can be made resizable. To enable resizing, set the allowResize
prop to true
. And to make a column resizable, set the isResizable
prop to true
on the column.
Href
To create a clickable link within a table row, use the href
prop.