Table
Lay out your data grid-style, like setting dishes on a dinner table clear and organized, perfect for comparison and review.

Installation

In the terminal, run the following command to begin:
npx hq-kit add table

Basic

#
Name
Type
Level
1CharizardFire, Flying67
2BlastoiseWater56
3VenusaurGrass, Poison83
4PikachuElectric100

Bulk Actions

#
Name
Type
Level
1CharizardFire, Flying67
2BlastoiseWater56
3VenusaurGrass, Poison83
4PikachuElectric100
selected: []

Drag and Drop

Similar to GridList and ListBox, tables can also support drag and drop functionality.

#
Name
Type
Level
1CharizardFire, Flying67
2BlastoiseWater56
3VenusaurGrass, Poison83
4PikachuElectric100

Sorting

Title
Director
Producer
Release Date

Filtering

Title
Director
Producer
Release Date
No items found

Resizable

#
Name
Type
Level
1CharizardFire, Flying67
2BlastoiseWater56
3VenusaurGrass, Poison83
4PikachuElectric100

Href

To create a clickable link within a table row, use the href prop.

<Table.Row href='/collections/table-demo' />