People, I have a problem, I created a paged query that always brings 5 records, I implemented jquery with $ (window) .scroll so that whenever the scroll reaches the bottom of the page it plus 5 records and update the table using update="table" . My problem is that the update it gives a refresh to the table and recreates everything again, and this causes a small delay when it has many records, I would like to know if it is possible to put the 5 new records in the table without giving the refresh nba entire table which the update does.