Adding new rows to the bottom of the table with server-side processing and scroller
Adding new rows to the bottom of the table with server-side processing and scroller
I created table with server-side processing and scroller (something as shown here: Server-side processing (5,000,000 rows)) and everything works fine. Unfortunately, I have additional requirements regarding this table.
Sometimes I have to add new rows to the bottom of the table. What's more, I would like to scroll it so that the new data will be visible all the time. It's important to do it with server-side processing, because table could have an enormous amount of rows.
Is it possible to force the table to load data from given position (start in sent parameters)? Is there any way to make such functionality with DataTables? I will be extremely grateful for any help and suggestions how to solve my problem.
Answers
Hi Dystyria,
sorry my comment is not as your solution but i would like to have help from you... it will be very helpful for me if you post your sample code where you are doing Server-side processing (5,000,000 rows) and it will be fetched from db using ajax request.