add custom action on top of table

I want to add export action at the top of the table. ( on the row where searchbar lies)
image.png
Solution
you can use headerAction with ->url(route(...)) to your route
Was this page helpful?