ndce06 / Griddle

Simple Grid Component written in React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Griddle

An ultra customizable datagrid component for React

Join us here ![Gitter](https://badges.gitter.im/Join Chat.svg)

Build Status


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:

  1. npm install
  2. npm run storybook

###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 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

About

Simple Grid Component written in React

License:MIT License


Languages

Language:JavaScript 100.0%