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
Hi @Mikeyer, you can use getHeaderActions() on your List page class instead (e.g. ListPosts)
Mikeyer
MikeyerOP2y ago
Thank you Patrick!

Did you find this page helpful?