Listing Grid & Query Builder + Filter

Listing Grid Works The same with Custom Query (Query Builder), but there’s 2 major bug.

  • Page Reload method in jet woo filter widget doesn’t work if the filter widget is targeting the listing grid using Query ID.
    So, Either use AJAX when having multiple Listing Grid with Custom Query, or Don’t use Query ID (max 1 listing grid per page) if you want page reload with Custom Query.
  • Load More & Infinity Scroll is broken on Query Builder, it will only load Default post type and not the specified CPT. 
showing10
(3 visible)

man

super
102323

woman

super
200

down

alam
444

Benefit of Query Builder

Query Builder supposed replace the Post Query / Term Query / User query inside the listing grid, it provides more advance control on the query (excluding term etc). 

Also, We can show the number of total result & number of visible listing of the current query using Listing Grid. This can’t be done using the listing grid built in query.

 

But for now, due to the page reload & Load More / Infinity Scroll bug, we can rely on the Post/Term/User query inside listing grid first if it’s still possible to do so.