mui-datatables
mui-datatables copied to clipboard
Datatables for React using Material-UI
If a table has > say 100 rows, there is a significant lag when selecting a row or "select all". I experienced the same with material-table when I was implementing...
 What is the difference between **dataIndex** and **rowIndex** parameters passing into the callback fn ?
Brand new empty create-react-app. Just installing all the libraries I'll need. MUI 5 already installed, and npm is returning error feedback upon installing mui-datatables ## Expected Behavior I expect to...
I'm trying to implement server-side pagination but the server doesn't return the total number of items. In the [MaterialUI TablePagination component docs](https://material-ui.com/api/table-pagination/#props) it says that `count` prop should be `-1`...
Work in progress. At this moment this is more of a proof-of-concept than a fully fleshed out new feature. You can see the Grouping feature live at the below link...
Just as material-ui dense table and bootstrap small table, Kindly support dense option to make tables more compact by cutting cell padding.
I am using "mui-datatables": "^3.8.5" I have table with last column as textfield. In deault state, first column and last should have same value:  When I search for some...
This adds a loading option to the table. It defaults to false. When true, it adds a loader on top of the current table.  This is to facilitate server-side...
Hi, In my table when I switch pages and rows it doesn't work At the moment of rendering the content of the table is present, even the functions are all...
Hey y'all, So we have been going through and adding more tests to some of the components we are using in our app and for some reason every component/page that...