gregnb / gregnb/mui-datatables
Filtering not available when selectableRows: true
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 906
- PR merge metrics
- No merged PRs in 30d
Description
## Expected Behavior
When selectableRows is set to true and user selects row, filtering and search in table is available and showing customToolbar can be disabled.
## Current Behavior
When selectableRows is set to true and user selects row - actions responsible for filtering and search in table are removed from the DOM, and filtering is not available. CustomToolbar covers actions area.
## Steps to Reproduce (for bugs)
1. Create table with options where selectableRows: true
2. Provide data to the table
3. Select row


## Your Environment
| Material-UI | 3.9.0 |
| MUI-datatables | 2.0.0-beta.58 |
| React | 16.6.3 |
| browser | Chrome 73.0.3683.86 |
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.