Table session
Hi everyone. How do I use this in the resources backend?
protected function shouldPersistTableFiltersInSession(): bool
{
return true;
}
5 Replies
Should be in your ListBooks page
I would like to keep the search in this table in session... is this possible?