-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
Description
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.