Skip to content
Snippets Groups Projects
Unverified Commit a57ec7bd authored by Anton Kulyk's avatar Anton Kulyk Committed by GitHub
Browse files

Add bulk update and bulk delete (#24139)

* Add bulk action logic to data app context

* Select List viz items with a checkbox

* Enable Edit / Delete buttons when selecting items

* Handle bulk delete (UI)

* Stop checkbox click propagation

* Show bulk selection controls on hover

* Select items on row click when selection starts

* Add overflow-x hidden for list item rows

* Allow turning off bulk actions via viz setting

* Add `primaryKeys` method to `Table` class

* Add bulk delete endpoint

* Implement bulk delete

* Clean bulk selection after successful delete

* Add bulk update endpoint

* Add `type` and `mode` props to writeback form

* Implement bulk update

* Don't show inline actions in bulk selection mode
parent a052a185
No related branches found
No related tags found
No related merge requests found
Showing
with 498 additions and 35 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment