Whole Page Doesn’t Load If Filter Doesn’t Exist
-
Hi,
In reference to the fix you posted here “https://wordpress.org/support/topic/data-sorting-issue/”
I have noticed that if a filter term doesn’t exist then the entire page page doesn’t show?
I know it may seem odd to filter for a term that wouldn’t have any data but my plan is to essentially create a template that will be used on many pages which overtime will automatically populate based on information entered into the table so eventually those search terms will be fulfilled however i don’t want the pages to not work completely when 1 of many search terms doesn’t have any data returned.
This is the example shortcode with 2 search terms:
[table id=1 hide_columns="1,3,4" filter="term1&&term2" filter_full_cell_match=true row_order=sort row_order_sort_column=E row_order_sort_direction=ACC /]
Is my shortcode wrong or is this a bug?
- The topic ‘Whole Page Doesn’t Load If Filter Doesn’t Exist’ is closed to new replies.