The "shouldPersistTableSortInSession" function is no longer supported?

The "shouldPersistTableSortInSession" function is no longer supported?
1 Reply
Kenneth Sese
Kenneth Sese2y ago
Yes it’s still supported.
protected function shouldPersistTableSortInSession(): bool
{
return true;
}
protected function shouldPersistTableSortInSession(): bool
{
return true;
}

Did you find this page helpful?