gregnb / gregnb/mui-datatables
Allow option to prevent toolbar select from displaying
Open
duplicate
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 906
- PR merge metrics
- No merged PRs in 30d
Description
It would be really nice to allow us to pass a flag to prevent this toolbar from appearing.
I need to enable row selection, but I don't want that toolbar to appear, and I don't want users to be able to delete rows.
It looks like it's currently just hardcoded to always appear if `selectedRows.data.length`
```javascript
{selectedRows.data.length ? (
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.