How to APPEND new rows in the table comming from ajax request?
How to APPEND new rows in the table comming from ajax request?
Hello friends, the case is that my client want to load data block by block according to the position of the scroll (this last detail is not imortant I assume, but my client doesnt want pagination). Seem that is a big amount of data and process all of them in the server take a lot of time, so they prefer to show them in blocks (for them is faster). Of course I was trying by using server side, but I couldnt. The problem is:
First: I dont know how to fire a new request ajax depending of if I click a button, the scroll position, or any other event/element etc.
Second: After firing the ajax request, how can I append this data to the existing table that already have older rows?
First: I dont know how to fire a new request ajax depending of if I click a button, the scroll position, or any other event/element etc.
Second: After firing the ajax request, how can I append this data to the existing table that already have older rows?
This discussion has been closed.