updatedActiveTab bug reset

When you use Tabs, you need to click 2 times for actualise the columns dynamics. You have a bug for the resetPage inside the function updatedActiveTab
1 Reply
Gregory RODRIGUES | ERA2140
i fine a solution to overide the trait inside the listResource :
public function updatedActiveTab(): void
{
$this->resetTable();
}
public function updatedActiveTab(): void
{
$this->resetTable();
}
for resetTable remplace the current resetPage it's better for me