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

## Expected Behavior ### while Filter reset clicks, filter input should clear ## Current Behavior ### while Filter reset clicks, filter input not clearing I would get that filter input...

Upon upgrading MUI to the latest ([5.9.0](https://www.npmjs.com/package/@mui/material/v/5.9.0)) along with React 18, this issues up Will add further details in the comment

## Expected Behavior ## Steps to Reproduce (for bugs) 1. I am using mui data table from last 8 months.I found one isue Numbers/Integer not getting search.if i am converting...

Hi, I'm using mui-datatables version 4.0.0 and after I updated my react version to 18.1.0. I'm getting the error: `TS2786: 'MUIDataTable' cannot be used as a JSX component. Its element...

## Expected Behavior Handler should exists to pass your own print button function Also print of table should show something more like a table, currently it converts each row into...

I have followed guides on [https://www.npmjs.com/package/mui-datatables#customize-styling](url) on how to customize styles but my custom styles are not applying. I am trying to reduce the Table Header Height ```javascript import {createTheme,...

Column labels are being converted to upper case. It is very random, though. Some label are not being converted. ``` const columns = [ { name: 'id', label: 'Id', options:...

I tried to install mui-datatables. And I caught error: npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR! react@"18.0.0" from the root project npm ERR! peer react@">=16.8.0" from @emotion/[email protected] npm...

In server-side mode, download CSV will only download data that is available to render the current page. It is possible to use a different source for CSV creation so that...

enhancement

## Expected Behavior When select one row by clicking the checkbox, finish rendering quickly. ## Current Behavior It's too slow. ## Steps to Reproduce (for bugs) 1. Modify the file...

investigate further