You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In the list, I'd like to select a subset, using checkboxes on the left of the row, and create a header action button that takes in a list of selected rows.
Django admin has this where you can define custom bulk actions. It's extremely useful and would replace a lot of scripts for us
Describe alternatives you've considered
Scriprts
Additional context
No response
Describe the thing to improve
Extend the useList hook to take a multiSelect prop that turns each row into checkboxes. Have some way for you to run a function against the selected list
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In the list, I'd like to select a subset, using checkboxes on the left of the row, and create a header action button that takes in a list of selected rows.
Django admin has this where you can define custom bulk actions. It's extremely useful and would replace a lot of scripts for us
Describe alternatives you've considered
Scriprts
Additional context
No response
Describe the thing to improve
Extend the useList hook to take a multiSelect prop that turns each row into checkboxes. Have some way for you to run a function against the selected list
The text was updated successfully, but these errors were encountered: