F
Filament11mo ago
Mikeyer

Customising header actions on Resource List page

Hello! Newbie here, dumb question incoming. I feel like i'm missing something in the documentation; I want to customise the button in the header of a Resource List page (remove the Create button and add actions of my own however getHeaderActions() on a Resource class doesn't seem to work.
Solution:
Hi @Mikeyer, you can use getHeaderActions() on your List page class instead (e.g. ListPosts)
Jump to solution
2 Replies
Solution
Patrick Boivin
Patrick Boivin11mo ago
Hi @Mikeyer, you can use getHeaderActions() on your List page class instead (e.g. ListPosts)
Mikeyer
Mikeyer11mo ago
Thank you Patrick!