This project is a headless UI table library and state manager for building data grids. It functions as a type-safe logic engine that manages table state and data grid behavior without providing pre-defined styles or HTML markup.
The library employs a headless pattern, separating internal logic and state from visual presentation. By providing hooks rather than styled components, it allows developers to maintain full control over the markup, styles, and interaction behavior of their tables.
The core engine covers complex datagrid implementation, including the management of sorting, filtering, and pagination. It uses a configuration-driven API to transform raw data into derived table structures through internal state updates.