gregnb / mui-datatables

Datatables for React using Material-UI
MIT License
2.71k stars 932 forks source link

download, print, search options are getting hide when rows are selected. #749

Open shubhamk54 opened 5 years ago

shubhamk54 commented 5 years ago

Expected Behavior

I have a requirement when we need to display action items( download, print, search, view columns) should be displayed even when rows fro the table are selected, maybe not all but Search, as a user should search and select the rows.

Current Behavior

When the user selects the rows, the action items(download, print, search, view columns) are getting replaced with a number of rows selected message.

Steps to Reproduce (for bugs)

1.Enable row selection and action items(download, print, search, view columns)

  1. select rows from a table, see the action items fetting hidden behind no of rows selected message

Your Environment

Tech Version
Material-UI 1.3.0
MUI-datatables ^2.0.0-beta.58
React 16.3.1
browser any
gabrielliwerant commented 5 years ago

This is necessary UX to ensure that users know what actions are applicable to selections. See https://github.com/gregnb/mui-datatables/issues/712 and https://github.com/gregnb/mui-datatables/issues/451 for discussion about this issue.

getsomex commented 4 years ago

Any update on this?