mui-datatables
mui-datatables copied to clipboard
Datatables for React using Material-UI
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
## Expected Behavior the code: options: { viewColumns: true, display: false} I am expecting this to hide defaulty and shows up when we check the showing column in the toolbar...
Everytime I'll add a `setState` on the function for the `onTableChange`, it will show this error: `Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside...
# What I want I want to merge cells with same data in a specific row as below. ( Please ignore the "No" column. )  ## Current Behavior I...
## Expected Behavior Table column should be hidden when printing if its `print` option is set to `false` (see [docs](https://github.com/gregnb/mui-datatables#column-options)) ## Current Behavior Setting `print` option to `false` has no...
Hi guys, i really have a hard time customize MUIdatatable using Typescript. whatever i do it doesnt work. already tried #1810 solutions. but no luck! is there any proper and...
Hi. I'm using the "mui-datatables": "4.1.2" version and trying to change the backgroundColor of MUIDataTableFilterList but I can't find the way to do so, it seems it is because the...
I would like to have the id from my database be used as the key/id for the row. Currently when I try to handle delete it returns the local id...
## Expected Behavior ## Current Behavior [Object Object] ## Steps to Reproduce (for bugs) Hi, Instead of filling rows like this rows = [{id: 10, lastName: 'test'}] I'm doing rows...
If a `MUIDataTable` is present on the page, all drag & drop operations on the same site do not work. Maybe related: https://github.com/react-dnd/react-dnd/issues/3304 ## Expected Behavior Rendering a `MUIDataTable` should...