Introduction
This component library features a powerful grid component designed for React applications. It offers must-have features such as pagination, sorting, filtering, grouping, and editing, all while focusing on performance.
More importantly, the data model is decoupled from the presentational layer. You can use the provided styles or bring your own customization.
Packed with Features
The following demo features pagination, row pinning, row selection, sorting, and filtering. Each feature is isolated: use as many or as few as you need.
Pin | First Name | Last Name | Age | Visits | Status | Profile Progress |
---|
Show
10
Separation of Concerns
Each feature is isolated, which helps maintain the stability of the primary API while also allowing for flexibility in future updates. This approach ensures that changes to one feature do not affect the entire API, making it easier to manage and maintain.
High Performance
Thousands of updates per second? Hundreds of thousands of rows? No problem.
Continue with Installation in the next section.