How to set table default empty, until user has filtered
Hi everyone, since i have too many records for a relation and it takes too long to render all the records, how can i set the table to be default empty, until the user has filtered out possible options or values.
5 Replies
isnt this what pagination is for?
i know, but it take too long to load, wanna let the user to filter first
Maybe you should optimize your query if a paginated result takes too long.
Apart from that you can hack this via getTableQuery and $this->activeFilters on the ListPage
ok thx alot
Like this: