show table loading when filtering data
How can I show table loading animation when user filtering the list of data, just like we open the list record page and isTableLoadingDeferred() is set to true?
I'm using custom page and method filter is called when user filter the data..
I'm using custom page and method filter is called when user filter the data..
Solution
I've added a loader element in the header of the table with a
wire:loading directive and I'm also hiding the table meanwhile with wire:loading.remove on table div