mui-datatables
mui-datatables copied to clipboard
Datatables for React using Material-UI
PR Template ## Expected Behavior Allow the developer to fill the template when raising the pull request ## Current Behavior No template for pull request
When using _filterType: 'checkbox'_ and one post in the data is missing the field that should be filtered on, an uncaught exception will crash the application. ## Expected Behavior Missing...
Maybe I'm not seeing it in the documentation, but I'd like to define a filter by default on my datatable. Similar to the `sortOrder` property in the table options object,...
Hi, With `tss-react` v4, the fact that mui-datatables uses `tss-react` is completely transparent for the end user 🥳.
## Issue: Apparently using the setSelectedRows on customToolbarSelect causes an infinite rerender loop I created a table component to avoid redundant code.  The photo above is what I have...
## Expected Behavior I would respect responsiveness to work when I set options `responsive: "vertical"`. ## Current Behavior Instead of getting responsive ui, I am getting the regular table ....
I have seen couple of issues from the past to have searchPlaceholder. Is there a way to have the search bar positioned next to the action buttons? If this feature...
I want to set the table's tabIndex prop to -1. Can you add it as a table option? https://github.com/gregnb/mui-datatables/blob/7558e7393b6ee4b21c9481613429efcdbe7a6ddc/src/MUIDataTable.js#L1995
I need help on how to override the default style of the div tag just before the table tag to set overflow to none instead of auto. The div has...
we have filtertype = checkbox, and dropdown , dropdown is for single filter, can we make it as radio ? thanks