Table
Table belongs to the Data Display category. Start with demos and usage, then use the API tables to finish integration and styling decisions.
Use the quick jump panel to reach overview, usage, demos, and API first, then continue through the full page.
Version history is grouped by release so you can quickly see what changed for this component across published versions.
2026-09-14
update rounded prop to false in table styles and components
2026-09-11
update rounded prop to false in table styles and components
2026-05-28
add row interaction events with metadata and update related types
2026-04-27
add empty state support and update documentation
add missing TableScroll component exports
update table api
2026-04-27
add last start and first end fixed column indicators
add table scroll component, enhance table style
set default value for multiple prop in STable component
2026-04-26
Implementation with a new TableCompact, supports grouped headers, sorting/filtering, fixed columns, column resizing, tree rows, and virtualization. closed #97.
72a94implement logical fixed columns and text alignment for RTL support
remove redundant bordered prop from table components
improve column sorting logic in getColumns function
remove unused data table components and types
enhance table components with improved column width handling and additional properties
simplify bordered prop and update table styles
remove unused useSlots import and streamline slot definition
Refactor `STable` aggregation into headless `Table`
update bordered prop type to boolean
remove fixed property from column definition
2026-04-26
improve column sorting logic in getColumns function
remove fixed property from column definition
2026-04-18
Implementation with a new TableCompact, supports grouped headers, sorting/filtering, fixed columns, column resizing, tree rows, and virtualization. closed #97.
72a94implement logical fixed columns and text alignment for RTL support
remove redundant bordered prop from table components
remove unused data table components and types
enhance table components with improved column width handling and additional properties
simplify bordered prop and update table styles
remove unused useSlots import and streamline slot definition
Refactor `STable` aggregation into headless `Table`
update bordered prop type to boolean
2026-03-22
enhance column handling in getColumns function for improved type support
2026-03-22
ensure columns are checked by default and filter checks accordingly
2026-03-22
reorder exports for consistency and clarity
2026-03-20
add onFetched callback to usePaginatedTable for handling fetched data
2026-03-20
implement useTable and usePaginatedTable hooks with pagination support
update fetch method in usePaginatedTable hook
2026-03-20
implement useTable and usePaginatedTable hooks with pagination support
2026-03-06
adjust header z-index and set multiple default to true
2026-03-03
add table docs and examples
2026-03-01
add table component with context, variants, and example usage
remove unused TableCaptionProps from types