UI Componentstable
State Data Table
Sortable, searchable state data table component.
Preview placeholder
state-data-table
Installation
Terminal
npx @ontopic/viz add ui/wb/state-data-tableProps
| Prop | Type | Description |
|---|---|---|
data | StateTableData[] | Table row data |
columns | ColumnDef[] | Column definitions |
See full TypeScript interface on GitHub for all props.
Usage Example
TypeScript
import { StateDataTable } from '@/viz/ui/wb/state-data-table';Metadata
- Last Updated2025-01-12
- FrameworkUI Components
- Categorytable
- Subcategorywb
UI Table Sortable Searchable
Quick Install
npx @ontopic/viz add ui/wb/state-data-table