Hi,
Could any one tell on how to load page while scrolling?
For e.g. If i want to load 200 records, i will first load 100 records and when the scroll reaches bottom, i will have ajax to get the remaining records. Here, when i get the next set of rows (in responsetext), these rows are seen as text and not as table rows.
Could any body help on how to append the next set of rows to the table?
Thanks,
Singu.