Tabdr
Tabdr is a lightweight, open-source library designed to render and manipulate tabular data in software applications. The project provides a framework-agnostic core capable of embedding in web, desktop, and server environments and supporting data sources such as JSON, CSV, and REST endpoints. Core features include sortable and filterable columns, pagination, row selection, column resizing, and keyboard navigation. The library emphasizes accessibility and performance, offering virtualized rendering for large datasets and ARIA-compliant controls.
Developers can customize cell content through a templating API and extend functionality with adapters for popular
Tabdr originated from an open-source collaboration started in 2020 to provide a lightweight alternative to heavier
Typical use cases include dashboards, administrative panels, data exploration tools, and reporting utilities where a simple,
See also: DataTables, AG Grid, Data visualization libraries, Tabular data utilities.