deferLoading
Is there any simple way to actually deferLoading on the table data until filter is applied?
Solution:Jump to solution
You could modify the table query until a filter is selected:
Something like this (you need to figure out
check_if_empty
```php...4 Replies
Solution
You could modify the table query until a filter is selected:
Something like this (you need to figure out
check_if_empty
Thanks so much. modifyQueryUsing worked instead
Yeah right. Sorry for the "typo". I updated the example
Awesome π