mui-datatables icon indicating copy to clipboard operation
mui-datatables copied to clipboard

Datatables for React using Material-UI

Results 207 mui-datatables issues
Sort by recently updated
recently updated
newest added

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...

performance

![image](https://user-images.githubusercontent.com/41297239/179907952-6bdf4b68-25e5-42b1-a3be-b9cecb7de965.png) 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`...

needs verification

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...

community feedback

Just as material-ui dense table and bootstrap small table, Kindly support dense option to make tables more compact by cutting cell padding.

enhancement
help wanted

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: ![image](https://user-images.githubusercontent.com/649986/182173670-40a70240-c967-45aa-95eb-c25023e73357.png) 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. ![ZnjLHg3p3n](https://user-images.githubusercontent.com/1729810/65618442-a81ae700-df94-11e9-8e1b-6fcb56711b9d.gif) This is to facilitate server-side...

on hold
investigate further

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...