2 Repos
Core logic engines for building interactive data tables that leave all visual styling and markup to the developer.
Distinguishing note: No existing candidates provided; specifically targets the headless construction of data grids.
Explore 2 awesome GitHub repositories matching user interface & experience · Headless Data Grids. Refine with filters or upvote what's useful.
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,
Functions as a core logic engine for building high-performance interactive data tables with full markup control.
TanStack Table is a headless, framework-agnostic engine designed for building complex data grids and managing tabular state. By decoupling data processing logic from the visual rendering layer, it allows developers to implement custom user interfaces while offloading sophisticated operations like sorting, filtering, grouping, and pagination to a unified, performant core. The library distinguishes itself through its commitment to type safety and environment flexibility. It leverages strict type definitions to ensure data integrity across the entire application and utilizes an adapter pattern t
Provides a headless engine for building performant data grids while offloading complex state logic from the UI.