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

Hello, how do I keep a row selected / highlight when I have a modal or dialog open?

## Expected Behavior ## Current Behavior ## Steps to Reproduce (for bugs) 1. 2. 3. 4. ## Your Environment | Tech | Version | |--------------|---------| | Material-UI | | |...

Hi. I am trying to display a confirmation dialog before a row gets deleted. I saw #835 and #1664 which added async functionality to deleting rows so maybe my implementation...

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.24.1 to 1.27.0. Release notes Sourced from prismjs's releases. v1.27.0 Release 1.27.0 v1.26.0 Release 1.26.0 v1.25.0 Release 1.25.0 Changelog Sourced from prismjs's changelog. 1.27.0 (2022-02-17) New components...

dependencies

On a server paginated table - Once the user interacts with ViewColumns - show/hide and updates the pagination to the next page (or performing sort operations on any column), my...

## Expected Behavior I want all Columns selected in View Columns to stay wether I filter or not. ## Current Behavior If I have selected Columns to be shown through...

Fixing https://github.com/gregnb/mui-datatables/issues/544 by exposing the onRowsDelete function to customToolbarSelect which can be used to delete rows in the table. This will allow anyone who wants to have a custom toolbar...

With ``` "react": "^17.0.2", "@mui/material": "^5.0.6", "mui-datatables": "^4.0.0", ``` const getMuiTheme = () => createTheme({ overrides: { MUIDataTable: { root: { backgroundColor: '#AAF', }, paper: { boxShadow: 'none', }, },...

When clicking to sort the table nothing happens and no error is returned in the chrome console. ## Expected Behavior Expected table to be sorted in descending order. ## Steps...