How can I display the delete button in bulkActions without having to select?
How can I display the delete button in bulkActions without having to select any data first? If data is selected, delete button should be clickable.
2 Replies
At presen't you cannot as far as I am aware.
You can head a table header action and accessSelectedRecords() to preform a bulk action though.
You can use custom css:
I will try, thank you👍