A framework for building the React table you need (MIT)
Reactabular is a framework designed for building customizable React tables. It prioritizes extensibility by providing extension points for custom rendering on a cell level and implementing functionalities such as search, pagination, sorting, and inline editing through composition. Reactabular aims to fit seamlessly into existing data architectures without constraints, pushing complexity out of the core for flexibility.
To install Reactbular and its related packages, follow these steps:
npm install reactabular
npm install @reactabular/drag-and-drop
npm install @reactabular/sorting
npm install @reactabular/pagination
Reactabular offers a flexible and extensible framework for building React tables. By providing extension points, customization options, and functionalities through composition, it enables users to tailor tables to their specific needs without constraints. While requiring more code for certain functionalities, Reactabular prioritizes flexibility and integration with existing data architectures.