Slikgrid Virtual Scrolling - Huge Dataset
I was able to extend the Ajax-Loading Example to suit my requirement. In the current implementation, the loader in slick.remotemodel.js has a variable called data which is an arra
Solution 1:
My solution was to call the clear method in onsuccess method to make sure the data array has only PAGESIZE # of items. This will only keep data in the javascript object array which is required and everything else should be set to undefined.
Post a Comment for "Slikgrid Virtual Scrolling - Huge Dataset"