mui-datatables
mui-datatables copied to clipboard
options: {display:false} won't show up while checking show columns in toolbar.
Expected Behavior
the code:
options: { viewColumns: true, display: false}
I am expecting this to hide defaulty and shows up when we check the showing column in the toolbar

Current Behavior
However the column shows up for only a very short time (around 0.1 sec) once we check the showing column in the toolbar, and it hide again.
Steps to Reproduce (for bugs)
Your Environment
| Tech | Version |
|---|---|
| Material-UI | 5.4.4 |
| MUI-datatables | 4.2.2 |
| React | 17.0.2 |
| browser | Chrome / Brave |