0

Hi,

I have a lists containing 20k items.I want it to display it in a page and that page also contains filters just like in ecommerce site.I tried to retrieve the whole items at the beginning using rest api and stored it in a json and then filter was appiled to that json.But this approach is not good as it is taking a huge page load time for me. Please suggest me another solution for this.

(Visited 18 times, 1 visits today)
Add a Comment