Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/griddlegriddle/griddle
Simple Grid Component written in React
https://github.com/griddlegriddle/griddle
customization datagrid grid list plugins react table
Last synced: 29 days ago
JSON representation
Simple Grid Component written in React
- Host: GitHub
- URL: https://github.com/griddlegriddle/griddle
- Owner: GriddleGriddle
- License: mit
- Created: 2014-06-19T03:13:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-10-22T02:16:08.000Z (about 2 years ago)
- Last Synced: 2024-04-14T19:03:51.682Z (7 months ago)
- Topics: customization, datagrid, grid, list, plugins, react, table
- Language: JavaScript
- Homepage: http://griddlegriddle.github.io/Griddle/
- Size: 9.02 MB
- Stars: 2,500
- Watchers: 52
- Forks: 380
- Open Issues: 177
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Griddle
=======[Needs more maintainers - Please see this issue](https://github.com/GriddleGriddle/Griddle/issues/848)
An ultra customizable datagrid component for React
----------[![Gitter](https://badges.gitter.im/JoinChat.svg)](https://gitter.im/DynamicTyped/Griddle?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://travis-ci.org/GriddleGriddle/Griddle.svg?branch=master)](https://travis-ci.org/GriddleGriddle/Griddle)
----------
Please check out the [documentation and examples](http://griddlegriddle.github.io/Griddle/).
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:
1. `npm install`
2. `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](https://gitter.im/DynamicTyped/Griddle) channel or [stackoverflow](http://stackoverflow.com/). 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](https://github.com/GriddleGriddle/Griddle/issues?q=is%3Aopen+label%3Aapproved+no%3Aassignee).
We do most of our initial feature development in the [Storybook](https://github.com/storybooks/react-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