Selectable Bulk Table
Row checkboxes with a select all header and a bulk bar with Remove and Export.
Row checkboxes with a select all header and a bulk bar with Remove and Export.
The Application Collection unlocks the source for every Application block. All Access unlocks every Collection.
Already purchased? Log in
Selectable Bulk Table is a members list where every row carries a ui/checkbox and the header row carries one that selects all five members at once. When the selection is not empty a bulk actions bar slides in above the table showing the count (2 selected), an Export button, and a Remove button styled in text-destructive. The initial state lands with Priya Nair and Jordan Lee already checked so the bar and its buttons are visible on first load. The footer warns that bulk remove never includes the owner even when every row is selected.
Members are one array keyed by email. The header checkbox uses a straight all-or-nothing check (no indeterminate state) so the wiring stays in one toggleAll handler.
Reach for this block on any admin list where users need to act on multiple items at once, wired to your members or records endpoint. Pair the Remove button with a confirmation dialog and your membership deletion route.
A natural flow around it on an Application Pro page:
Before
After
One strong use is the workspace members admin table. Other selectable bulk tables:
Tip: show the bulk bar only when selection is non-empty so empty state and single row state stay uncluttered.