griddle-react alternatives and similar libraries
Based on the "Table / Data Grid" category.
Alternatively, view Griddle alternatives based on common mentions on social networks and blogs.
-
AG Grid
The best JavaScript Data Table for building Enterprise Applications. Supports React / Angular / Vue / Plain JavaScript. -
fixed-data-table
DISCONTINUED. A React table component designed to allow presenting thousands of rows of data. -
Glide Data Grid
🚀 Glide Data Grid is a no compromise, outrageously react fast data grid with rich rendering, first class accessibility, and full TypeScript support. -
react-pivot
React-Pivot is a data-grid component with pivot-table-like functionality for data display, filtering, and exploration. -
ka-table
Lightweight MIT React Table component with Sorting, Filtering, Grouping, Virtualization, Editing and many more -
react-tabulator
React Tabulator is based on tabulator - a JS table library with many advanced features. -
gigatables-react
GigaTables is a ReactJS plug-in to help web-developers process table-data in applications and CMS, CRM, ERP or similar systems.
InfluxDB - Purpose built for real-time analytics at any scale.
Do you think we are missing an alternative of griddle-react or a related project?
README
Griddle
Needs more maintainers - Please see this issue
An ultra customizable datagrid component for React
Please check out the documentation and examples.
TLDR: Griddle now has a customizable architecture that allows for one-off customizations or reusable plugins. These customization options allow for overriding everything from components, to internal datagrid state management, and more.
To use Griddle:
npm install griddle-react
To run from source:
npm install
npm run storybook
Issues:
If you run into an issue in Griddle please let us know through the issue tracker. It is incredibly helpful if you create a failing test(s) and/or a storybook story that demonstrates the issue as a pull request and reference this pull request in the issue. To add a storybook story, navigate to /stories/index.js
and add a story to the storiesOf('Bug fixes' ...)
section.
Contributing:
Please feel free submit any bugs. Any questions should go in the Gitter chat channel or stackoverflow. Pull requests are welcome but if you have an idea please post as an issue first to make sure everyone is on the same-page (and to help avoid duplicate work). If you are looking to help out but don't know where to start, please take a look at approved issues that don't have anyone assigned.
We do most of our initial feature development in the Storybook stories contained in this project. When you run npm run storybook
, a web server is setup that quickly provides access to Griddle in various states. All storybook stories are currently in /stories/index.js
We would love any help at all but want to call out the following things:
- Help maintaining 0.x
- More tests - we have a number of tests in version 1.0 but not quite where we'd like it to be
- More plugins