Persist sort order
Hi. Can user selected sort be persisted on an relationshipManager table?
Thanks
Thanks
// Resource class
public static function table(Table $table): Table
{
return $table
->persistFiltersInSession()
->persistSortInSession()
->persistSearchInSession()
// ...
}