Avoiding extensive DOM manipulation for Large Data Set
Avoiding extensive DOM manipulation for Large Data Set
Hi All,
I am using Datatable to show around 1000 records in one page. The problem is that Datatable is taking too much time to render the page and making it usable. I using server side processing and there are around 1000 in a page. Is there a way that we show the data using an infinite scroll. For example: The user is seeing around 40 records on the screen and on scrolling down we manipulate the table and give the user an experience like the rows are already present in the DOM for the remaining Data.