multiple-filter-masonry
multiple-filter-masonry copied to clipboard
On Dynamic appended data filters are not working
trafficstars
Hi I am using masnory with infinite scroll to load dynamic blocks, It seems that this filters are not applied to dynamic loaded blocks. can you help me to resolve this.
With the initialization, the plugin cached the existing items that are in it. The plugin would need to implement an update method that can update the cache as soon as an item is removed or added.
One can see this well, if one in the browser editor simply delete an item after filtering it is suddenly there again because it is fetched from the array.