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 reactabularnpm install @reactabular/drag-and-dropnpm install @reactabular/sortingnpm install @reactabular/paginationReactabular 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.