Table merging Heading and Toolbar
Essentially, I'd like $heading to show in what would otherwise be TablesRenderHook::TOOLBAR_START and headingActions to show in what would otherwise be TablesRenderHook::TOOLBAR_END, for desktop views. For mobile views I'd retain the current split view.
Is there a simple way to do that without using renderHooks? Should I be looking at using the custom livewire blade for this level of adjustment? Cheers
2 Replies
Solution
Not out of the box that I know, you can create your own version though?
Yeah was looking like I am needing to extend ListRecords and/or use custom blade, wanted to confirm though! Cheers