mui-datatables
mui-datatables copied to clipboard
Datatables for React using Material-UI
## Expected Behavior As soon as we click on a column we see a downward (or an upward) arrow depending on the direction of sort. I would like to add...
Hi, thanks for your great work, I was using this package recently and I noticed all examples are made with class components, we need to start updating the examples to...
## Expected Behavior the customHeadLabelRender method must always return the value of the function ## Current Behavior When resizing the page, the customHeadLabelRender method always returns the property name instead...
I stored the last visited page in reducer. When the data table re-renders again I want to go back to that page. How do I do it?
When there are custom filters the chip always displays. When the X on the chip is clicked the filter does reset, but the chip remains. Thank you for the awesome...
## Current Behavior I am using this example posted here https://github.com/gregnb/mui-datatables/issues/214#issuecomment-450537961band it is a bit jarring when the table is expanded without a smooth transition. The new table row just...
const [catalogClass, setCatalogClass] = useState({}); customBodyRender: (_, tableMeta) => { // updateValue("here"); const value = catalogClass[tableMeta.rowData[1]]; console.log("here", value, _, tableMeta); return ( { e.stopPropagation(); e.preventDefault(); }} onChange={e => handleChange(e, tableMeta)}...
Hi, please, how to filter an date column by month of the year instead of full date dd/mm/yyy or filter date column by selecting a range of date (first day...
this is my sample data  Are we able to filter objects as of recent like how this does it import MaterialTable from "@material-table/core"; ever since i started using...
Thanks very much for creating this library. In my code, one of the columns receives an array of objects. I use customBodyRender to render the data as desired, problem is...