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

Allow Hacking

Open arqex opened this issue 9 years ago • 0 comments

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.

arqex avatar Jun 05 '15 10:06 arqex