mui-datatables
mui-datatables copied to clipboard
Datatables for React using Material-UI
`updateValue` in `customBodyRender` doesn't update value when setting values via `useState`. ## Expected Behavior `updateValue` updates the row properly when used with `useState` ## Current Behavior `updateValue` doesn't update `value`...
## Column CustomHeadRender rehuse the sort function Right now I want to create a custom head and use the sort function provided by the table. ## Current Behavior right now...
I'm trying to display nested rows , which includes expandable rows. The inner level rows has a button click on a cell, which is doing a setState onClick of it....
can you provide one more prop for changing the sort icon position to left/right of column head label
Hi, After update to the last Material-UI version: 4.12.1, I'm getting a lot of warnings from the table, The warnings: 1. Warning: Failed prop type: The prop `onExited` of `ForwardRef(Popover)`...
2:36:46 AM: Build ready to start 2:36:47 AM: build-image version: d2c6dbeac570350a387d832f64bc980dc964ad65 (focal) 2:36:47 AM: build-image tag: v4.8.0 2:36:47 AM: buildbot version: 4aaa27647e859c2d38cfbb25901ceae1e7f3eeae 2:36:48 AM: Fetching cached dependencies 2:36:48 AM: Failed...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
## Expected Behavior The noMatch text should be centered in the stacked view. ## Current Behavior The noMatch text is not centered in the stacked view. ## Steps to Reproduce...
I have a component that has multiple mui-datatable with `searchOpen` set to `true`. When the page is loaded, it automatically scrolls to the tables as they are rendering, so the...
This is my attempt at fixing https://github.com/gregnb/mui-datatables/issues/1913. I'm not sure `@global` is actually supported by `tss-react`, so I rewrote this part without using it. Not sure if that's the best...