trorbyte

Results 4 comments of trorbyte

Had same issue - tried various ; in the end I set a key on the MuiDataTable element and that cause it to pickup the changes. Requires the key value...

Does your key change? tbh I'm no longer using this component - and have reverted to a plain table.

Same issue - overriding the peer dependency in npm-shrinkwrap.json resolved the issue e.g.: ```json { "name": "myAp", "version": "0.1.0", "dependencies": { "mui-data-table": { "version": "0.1.5", "from": "mui-data-table@^0.1.5", "dependencies": { "material-ui":...

Also seeing this on any find methods