Override Table Query
Hi I have a list of table that uses
Currently, data on table did not change when
->query() and I also have ->filters() that has form on it with 1 field Select component. How can I override the ->query() once ->filters() is updated?Currently, data on table did not change when
->filters() is activated or changed. When I commented the table ->query() and apply filters then it works perfectly.