Is there a way to intercept the activeTab parameter in the resource table function?
I want to change the table structure depending on the tab that was just clicked. I can get the value after you leave the tab using
I would like to do something like:
TIA
$table->getLivewire()->activeTab (as the tab is probably only available after the table has rendered).I would like to do something like:
TIA