react-json-table
react-json-table copied to clipboard
A simple but reactive table react component to display JSON data.
I installed react-json-table with `npm install react-json-table --save`, but I'm getting the error "Module not found: Can't resolve 'react-json-table'." Any idea why it's not working?
Any thoughts on how this might be modified to support both a single row and a single column that are both table headers? I'm happy to help do this if...
Javascript is translating to false when the `key` value is `0`. The program should compare using undefined.
Using the key as a workaround to style a column works, but only for `` table cells. Documentation say that it will also get applied to the `` header cells.
responsive design html5
The allows inline react styles to be applied to all td elements in the column.
add import of JsonTable as part of the example
Trying to render the json table as a component, which is wrapped in my App component. getting the error > Warning: React.createElement: type should not be null, undefined, boolean, or...
are there any typescript defintions available