Persistent bulk action
Hi,
How to display bulk actions even if no row is selected?
I know I can add them in header actions, but they dont look nice on right side above search.
thanks
3 Replies
You can't, it sounds like you want header actions which are not selection relative
You can place bulk actions as header actions without issue, they will be disabled until u select a record.
What I need is to show buttons in the bulk action row, header actions are rendered above the search bar and look ugly
>sounds like you want header actions
I whant existing bulk actions to be rendered even if row is not slected, it will be disabled until I select a record
That is not possible out of the box. You will need to add custom css:
.fi-ta .fi-ta-actions {display:inherit !important;}
But then the problem you will have is, you will want each action to alert that nothing is selected. So really you need to create a PR to add support for always showing bulk action actions if Dan would accept it.