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:Jump to solution
Hi @Mikeyer, you can use
getHeaderActions()
on your List page class instead (e.g. ListPosts)2 Replies
Solution
Hi @Mikeyer, you can use
getHeaderActions()
on your List page class instead (e.g. ListPosts)Thank you Patrick!