multiple-filter-masonry icon indicating copy to clipboard operation
multiple-filter-masonry copied to clipboard

On Dynamic appended data filters are not working

Open mehulchauhan opened this issue 10 years ago • 1 comments
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.

mehulchauhan avatar Jan 14 '15 09:01 mehulchauhan

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.

beam2web avatar Jul 21 '17 22:07 beam2web