Loading data in chunk

Tags: #<Tag:0x00007f0b00e8ff00>

Hi is there any way to load the data in a chunk instead all at once in hand on table kind of infinite scrolling. I have data more than 10K loading all once take time.

Hey @vineeth

you can use server-side pagination (sorry no examples yet) but that would require to load additional logic for backend if you use sorting and filtering.
You can also test our pseudo-paging here http://jsfiddle.net/13188wcn/