How to show BulkAction button even without selecting a record (v4) ?
Hi, currently the the bulk action button in table only showed after a record is selected.
Is it possible to show bulk action button but disabled at first if no record is selected?

4 Replies
In what scenario would that be an issue? Because the whole of a BULK action is to act on multiple records (hence the word bulk), so you'd have to select records first. Perhaps what you are looking for can be achieved by a simple action.
I want the bulk action button to show up first, to let's the user know that there is an action that can be performed.
Without a visible button, users may not know what action they can do.
Seconding this request. Also from a UI point of view I dislike the shift in the table to show the button once a row has been selected.
Maybe adding
'x-show' => true
to extraAttributes
on each bulk action would work