![Gitter](https://badges.gitter.im/Join Chat.svg)
GRIDDLE IS IN DEVELOPMENT You are welcome to use Griddle, however, it's in the early stages of development. There are likely bugs and other issues that need to be cleaned up :)
Please submit issues / pull requests for anything you run into.
Griddle is a simple grid Component for use with React. It depends on underscore.js and React.
Please check out the documentation and examples.
To use Griddle:
npm install griddle-react
Or
download and reference griddle.js from the build directory (npm is preferred).
To run from source, type the following commands into a terminal:
npm install -g grunt-cli
if you don't have grunt.npm install
webpack
(Learn more about webpack)grunt
- That's it!
###Changelog:### 0.1.19:
- Updated some of the documentation to note forthcoming changes to ExternalResults etc.
- Custom cell components now have a property
rowData
as well as thedata
. See here for more info - Components reference just
React
now instead ofReact/Addons
.
0.1.18:
- Fixed a bug where initialSort property wasn't getting used
- Added initialSortAscending prop (defaults to true)
- Removed references to bootstrap
- Fixed an issue with filtering and external results
- External Results fixes/enhancements
- Metadata enhancements