react-json-table
react-json-table copied to clipboard
Allow Hacking
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 this way settings could be applied once for all.
The Row component also should be accessible via JsonTable.Row, that way its render method should be overriten via prototype for some crazy developer.