Dependencies
TanStack Table
TanStack Table provides the table state and column model behind Tulip data table components.
TanStack Table provides the headless table engine behind Tulip table flows.
Tulip builds data-table components and strategies around it so applications can define columns, toolbars, query controllers, and loading behavior consistently.
Where Tulip uses TanStack Table
@tulip-systems/data-tablesbuilds table config helpers around TanStack Table concepts.- table columns use TanStack Table-compatible definitions.
- Drive list views reuse table primitives for file-list experiences.
- Query controllers feed pagination, sorting, and filtering state into table screens.
What Tulip adds
Tulip adds application-facing table providers, loading strategies, toolbar conventions, command integration, and query-controller integration.
What your app owns
- columns
- row IDs
- table data loading
- empty states
- feature-specific toolbar actions