Separate bulkactions.
Hey guys, is it possible to improve the visualization of bulkaction? I would like to separate them by lines, as if they were categories.
Bulkaction:
Test1
Test2
Test2
Delete
bulkaction wanted to know if it was possible:
Test1
-------
Test2
Test2
-------
Delete
Solution:Jump to solution
I guess you could use a
BulkActionGroup
along with ->dropdown(false)
something like that:
```php
BulkActionGroup::make([...2 Replies
Solution
Thx