mui-datatables
mui-datatables copied to clipboard
Datatables for React using Material-UI
1. Use `storageKey` to persist the table state. 2. Have 1 column with `display: 'false'` (in the repo: the 'title' column) 3. use the "viewColumns" to add that column to...
The repository "About" URL (in the right column of the repo page) is broken. I suggest changing the url to the "all examples" URL: https://codesandbox.io/s/github/gregnb/mui-datatables
## Expected Behavior The mobile view with `responsive:'stacked'` should render 2 columns with KEY - VALUE each taking 50% of the screen Like this screenshot [https://static.brantu.com/images/content/medium/LRPZ8Vq0r-3ba5f2ddd95e5d34.png](url) ## Current Behavior The...
"React does not recognize the `isEmpty` prop on a DOM element" error in console with version 3.8.5
"React does not recognize the `isEmpty` prop on a DOM element" error in console with version 3.8.5 ## Expected Behavior When landing on a page containing a mui-datatable component, there...
removed display property in stackedcommon in tablebodycell
I'm using V4.2.2 with react 18. The issue is that I see the empty state string for a few seconds on the first render I'm using if(!data) before the render...
I have a slow rendering problem, I am trying to render more than 1000 rows with more than 12 columns. Using customBodyRenderLite doesnt help with this issue. So is there...
I noticed that you are looking on adding virtualization. I'm also interested in adding this to my project. `react-window` might be another good option for a virtualization library. It was...
Search does not find values when they are not visible. This is working fine in v2.15.0, so this is expected functionality of the package that has been lost since v3.7.7....
## Use case When `confirmFilters` is true, I'd want to be able to validate the filter values in the filter dialog before the filters are applied and the dialog is...