Hello! I am using the grid plugin to load, filter and search a custom post type. Now the issue I’m having is when I try to filter or search for the items that are not loaded yet (either ajax load more or pagination) nothing comes up. But when I click load more or go to the page where that element exists then its indexed by the filter and search.
I have now set the number of items in the grid to -1 which means that all items will be display. But I worry about page load time when there is a couple of hundred entries in the CPT. Is there a way to lazy load, or add some js code to made the items load one after another and not all at once. And if yes could you provide me the code.
Regards, Luka