This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Example of using MaterialTable and getting hold of the filtered data rows in TWO different ways (useEffect, and MaterialTable.onSearchChange). | |
* filtered data is found in MaterialTable.state.data (and.renderData) | |
* | |
* Also some examples of how to render actions (buttons), | |
* conditional and 'standard' | |
* And a simple details pane when expanding the row. | |
* And how to use SvgIcon from @material-ui/icons fo raction buttons | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git fetch upstream | |
git reset --hard upstream/master |