mui-datatables
mui-datatables copied to clipboard
Datatables for React using Material-UI
## Expected Behavior Columns swapping smoothly. ## Current Behavior Columns twitch while dragging. ## Steps to Reproduce (for bugs) 1. Just drag columns. ## Your Environment | Tech | Version...
Hello, i need a vertical border style.. same effect as resizableColumn option but without the resize part. Thanks
Expected Behavior: I would like to print all content(rows) Current Behavior: it prints only appeared rows. My code: options: { tableBodyMaxHeight: '425px', responsive: 'standard', rowsPerPage: 100, }; version: 4.3.0 This...
## Current behaviour Thank you for this wonderful library. I was just testing this library using WAVE evaluation tool on Google Chrome https://wave.webaim.org/. What WAVE does is: (taken from their...
hi, seems all the examples in the `codesandbox` is broken, any hope that it will be fixed?
Table loading is taking ~10-15 seconds to load 50K records. Also approximately same time is taking if we do a rowClick. Here is the my Data table configuration. ## Expected...
I would like to feed row-objects into the table and then access them in `customBodyRender` and other callbacks. Use case: I need to refer to data in the original row-object...
Hi all, I'm using the last version of mui-datables and I think there is an issue with the serverSide: true when I'm using it (data filtered in the server) it...
I am using react datatable version 7.5..The issue is that I am not able to hide the expander button from my rows..here is my code const data = [ {...
Currently in the muidatatable component. When pagination is applied and a user moves to another page. The scrollbar stays at the exact same place instead of resetting to the top...