material-ui-datatables icon indicating copy to clipboard operation
material-ui-datatables copied to clipboard

An another React Data tables component.

Results 36 material-ui-datatables issues
Sort by recently updated
recently updated
newest added

Se agregan estilos al headerToolbar

update to react 16?

Hi, When I change the state of a variable in the handleRowSelection(selectedRows) function the render() is called again and my rows are deselected. I found the following solution [https://stackoverflow.com/questions/39995836/how-to-set-component-state-based-on-material-ui-selected-table-rows](url) Could...

Getting a long list of warnings, when I set "showCheckboxes ={true}" Any suggestions on how to get rid of these warnings. Thank you! ``` `Warning: Expected `onMouseUp` listener to be...

Hi, i have a problem using ```Warning: Failed context type: The context 'muiTheme' is marked as required in 'DataTables', but its value is 'undefined'``` I'm using **"material-ui": "next"** in package.json...

Hello, Thanks for awesome table with bunch of useful functionality that new MUI table 1.0 is lacking. However, even the basic table requires muiTheme and when provided I get this...

hallo, i have issue like this: `getStyles 93 | // customized components 94 | function getStyles(props, context) { 95 | var _context$muiTheme = context.muiTheme, > 96 | palette = _context$muiTheme.baseTheme.palette,...

This is my component **** Warning: Unknown prop `onTouchTap` on tag. Remove this prop from the element. For details, see https://fb.me/react-unknown-prop in div (created by BeforeAfterWrapper) in BeforeAfterWrapper (created by...

Would it be possible to include material ui as a peer dependency instead of a regular dependency ? So that users of material-ui-datatables won't ship duplicated versions of the material-ui...

@hyojin I have some issues when I am using it with v1 package. Uncaught TypeError: Cannot read property 'baseTheme' of undefined at getStyles (DataTables.js:96) at DataTables.render (DataTables.js:298) at react-dom.js:5257 at...

v1 migration