gregnb / mui-datatables

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

Rows Per Page All option #1724

Open rcelis opened 3 years ago

rcelis commented 3 years ago

Is there a way to add the All rows option the Rows Per Page dropdown?

Expected Behavior

In the Rows per Page dropdown, have an All option that will display all rows in the table

Current Behavior

Rows per Page only allows numbers in the array and, even thought you can add a very big number, the All option is more understandable on what is going to be displayed

Your Environment

Tech Version
Material-UI 4.11.1
MUI-datatables 3.7.7
React 17.0.5
browser Firefox, Chrome, Chromium Edge
etc
lbressler13 commented 3 years ago

If it's okay with @gregnb, I can try to work on this