Use Github issues for feature requests and bug reports.
If you have questions about how to use react-data-grid, please direct them to StackOverflow. We are also available on our Slack channel
If you find a bug in the source code or a mistake in the documentation, you can help us by submitting an issue to our [GitHub Repository][github]. Even better, you can submit a Pull Request with a fix.
You can request a new feature by submitting an issue to our [GitHub Repository][github]. If you would like to implement a new feature, please submit an issue with a proposal for your work first, to be sure that we can use it. Please consider what kind of change it is:
- For a Major Feature, first open an issue and outline your proposal so that it can be discussed. This will also allow us to better coordinate our efforts, prevent duplication of work, and help you to craft the change so that it is successfully accepted into the project.
- Small Features can be crafted and directly submitted as a Pull Request.
Please update the docs with any API changes, the code and docs should always be in sync.
npm test
will fire up a karma test runner and run tests in Phantom JSnpm run debug-test
will fire up a karma test runner and run tests in chrome. This can be used for debugging purposesnpm run examples
will load a webpack dev server that will watch for changes and build the examples