Package Exports
- reactabular
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (reactabular) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Reactabular - Spectacular tables for React.js
Reactabular has been designed to be extensible. Rather than implementing a lot of functionality in its core, it provides extension points. You can, for instance, customize rendering on cell level. It is possible to implement functionality, such as search, pagination, sorting, and inline editing, through composition. The library includes a variety of utilities for this even though you may use third party ones as well.
By default Reactabular operates using a column and a data definition. It doesn't care where those come from. It just renders the table for you. This means Reactabular will fit right into your current data architecture. It doesn't constrain it in any manner.
The chosen approach pushes a lot of complexity out of the core. As a result it might take more code to achieve certain functionalities. This is the price of flexibility. And that's the primary design goal of Reactabular.
Documentation
See docs/
.
Development
npm install
npm start
open http://localhost:8080
Now edit demos/app.js
.
Your changes will appear without reloading the browser like in this video.
Contributors
- Brian Chang - Fixed README formatting examples. Improved
column.cell
architecture. Helped to improve and designcell
API. - Antoine Verger - Allow editor text inputs to be erased correctly
- Daan Nijkamp - Fixed README search example.
- Utku Demir - Helped to ideate row API.
- Andrea de la Isla - Made search algorithm stable and allowed header to be customized.
- cameron - Helped to render nested properties through cells.
- Igor Kaplounenko - Allowed
rowKey
to be set. - BJR Matos - Restored Node 0.10 support.
- Sitian Liu - Fixed header definition documentation.
- Eugene Cheung - Fixed object protocol example at documentation.
- Johnson Liang - Cleaned up cell prop/value merging and made it work correctly if only cell functions are provided. Fixed formatter logic for falsy values.
- Jeff Sanchez - Added support for multi-column sorting.
- Frederic Heem - Relaxed lodash version range.
Acknowledgments
Based on react-hot-boilerplate (MIT) by Dan Abramov.
License
MIT. See LICENSE for details.