react-json-table icon indicating copy to clipboard operation
react-json-table copied to clipboard

A simple but reactive table react component to display JSON data.

Results 16 react-json-table issues
Sort by recently updated
recently updated
newest added

having the resource filter by collumns example MS excel.

If there're non React objects in the rows (like instance of Date) the JsonTable fill fail to work. E.g. See https://github.com/facebook/react/issues/5139 meteor.js?hash=ec96c6f…:913 Invariant Violation: Objects are not valid as a...

It would be great to make JsonTable support the `className` prop in order to let the developers customize the table class.

enhancement

It would be great to allow the developers to modify some parts of the table in order to make it more customizable. For example, defaultSettings should be accessible via `JsonTable.prototype.defaultSettings`...

enhancement

It is needed to create tests to make sure that settings behave as expected. It is the only way of adding new features being sure that they are not breaking...

help wanted

Since the component has no internal state is possible to use a similar approach to the [PureRenderMixin](https://facebook.github.io/react/docs/pure-render-mixin.html) to avoid the table to re-render if it is not needed. This should...

enhancement