mui-datatables
mui-datatables copied to clipboard
Datatables for React using Material-UI
I have a column for cost in my table. I want the filters to be checkboxes to provide users with the option to filter based on amount range for e.g....
Hello setCellProps and setCellHeaderProps not working in mobile ## Your Environment - "@material-ui/core": "^4.12.4", - "@material-ui/icons": "^4.11.3", - "mui-datatables": "3.8.5", - "react": "^16.13.1", | Tech | Version | |--------------|---------| |...
"mui-datatables": "^4.3.0", "@mui/icons-material": "^5.14.7", "@mui/material": "^5.14.7","react": "^17.0.1", "react-dom": "^17.0.1", Thats my enviroment ive noted stacked isnt working unless i have to put a FormControl component in my return even though...
Bad typing on MUIDataTableOptions renderExpandableRow - rowData param rowData is NOT a string array, it is an object similar to React.Component ## Expected Behavior rowData is NOT a string array,...
selectToolbarPlacement: 'none' isRowSelectable: boolean function, e.g. ``` isRowSelectable: (dataIndex) => { return dataIndex % 2 === 1; } ``` Expected: Clicking on select all checkbox in the header selects all...
Mui datatable in expanded view(nested table) is taking width of its parent row column. ## Expected Behavior On row expansion, expanded view should take full width of parent row. ##...
Fix Typo
How do i display child data in expanded row. I.e the main row has a summary of a user data and after expanding i'm able to see a breakdown of...
## Expected Behavior ## Current Behavior ## Steps to Reproduce (for bugs) 1. 2. 3. 4. ## Your Environment | Tech | Version | |--------------|---------| | Material-UI | 5.15.17 |...
I need filter in table thead, not in toolbar, how can I do 