mui-datatables
mui-datatables copied to clipboard
Datatables for React using Material-UI
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) Commits aa7a408 1.1.1...
## Expected Behavior force vertical view when set `responsive: 'vertical'` ## Current Behavior the vertical view available only on small screen, like mobile devices Note : setting `width` style for...
in case of `options.serverSide: true` selecting a row then changing page will select the corresponding row on the next page if number of rows changed from the first page to...
Saving table column visibility state ## Expected Behavior Is there a way to save the state of the current user session like column visibility and filter criteria to the localStorage?...
## Expected Behavior When using customRowRender, it should be possible to ascertain which columns are currently displayed in the table. Currently, the information given to customRowRender contains data for all...
Is there a way to show the sorting icon always with a blur?
Is it possible to have a static column width while sorting the data? Right now the column width is adjusted automatically which looks like columns jumping here and there
Is there a support for fixed columns? Fixed columns are useful when you have a very large horizontally spanning table and you want to have some columns on the left...
Components Overrides not working i MUI 5  ## Expected Behavior Overrides should work (but defined in theme) ## Current Behavior Overrides in MUI 5 not working. | Tech |...
## Expected Behavior Other Material UI elements shouldn't be affected by the datatable. ## Current Behavior When I enable a single selectable row, it messes up the design of all...