How to use CreateAction for a resource in an unrelated resources table headerActions?
I have recently experimented with adding a CreateAction to a resource tables headerActions, but this fails as I get the error:
But I was able to add my CreateAction to the ListResource pages getHeaderActions() method, like so:
Would it be possible to add the functionality of this action to the tables headerActions instead of List page header actions? The main reason for me wanting to move the the table header, is for the placement in the UI, to avoid having the action buttons spread out too much.
0 Replies