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.
Preview
Code
Installation
CLI
Manual
npx hq-kit add table
Bulk Actions
Tables may require bulk actions for handling multiple entries at once.
Preview
Code
You have not selected anything.
Drag and Drop
Similar to GridList, tables can also support drag and drop functionality.
Preview
Code
Sorting
Tables can be made sortable. Activate sorting by clicking on a column header.
Preview
Code
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.
Preview
Code
Href
To create a clickable link within a table row, use the href
prop.