gregnb / gregnb/mui-datatables
How to keep the toolbar (search, filter etc.) after I select rows?
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 906
- PR merge metrics
- No merged PRs in 30d
Description
How to keep the toolbar (search, filter etc.) after I select rows? I want to be able to search when I select rows.
I also want to be able to remove the delete button and replace it with my own buttons. I understand that I need to do it with;
`customToolbarSelect: (selectedRows, displayData, setSelectedRows) => void `
But I don't understand the parameters. Can you give me an example about this function please? Thank you.
Edit: One more question. How can I download only the data which I filtered out and displayed on the screen?
Contributor guide
No contributing guide indexed for this repository
Research direction
Begin at the customToolbarSelect callback named in the issue and trace the toolbar-selection API. No files or tests are named; clarify whether toolbar persistence, custom selection actions, and exporting filtered rows are supported, then document examples or define the needed behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100