6 Replies
this is my default table list code
Please provide some info. What is "not working"
my total data is like 1356 something after using filter its decrease my total data to 1136 even though I selected nothing in fliter
i want to know even though i selected nothing for filter why query() is running
because the default state is null I guess? so perhaps it filters all where meta_value = null?
Try to check if $state is not an empty value before you filter.
yeah it worked ...Thanks