illibaro
08-26-2007, 07:24 AM
Gurus:
I have a table which hold around 1000 rows. I need to show rows from this table around 10 rows at a time inside a DIV.
I am looking for an ajax script which can be leveraged while dragging the vertical scroll bar down - essentially when the scroll bar is at the top, I should see rows 1 to 10. When scrollbar is somewhere in the middle - ajax scrip should automatically calculate the corresponding rows and say show rows from 501 to 510. Similarly when the scroll bar is at the lowest level, it should show rows 991 to 1000.
At the bottom of this table, i would also like to show total number of rows (records) and also the rwo #s of the current rows being shown.
I donot know want to load all 1000 rows at the same time!
Would appreciate advise..
Thanks - illibaro
I have a table which hold around 1000 rows. I need to show rows from this table around 10 rows at a time inside a DIV.
I am looking for an ajax script which can be leveraged while dragging the vertical scroll bar down - essentially when the scroll bar is at the top, I should see rows 1 to 10. When scrollbar is somewhere in the middle - ajax scrip should automatically calculate the corresponding rows and say show rows from 501 to 510. Similarly when the scroll bar is at the lowest level, it should show rows 991 to 1000.
At the bottom of this table, i would also like to show total number of rows (records) and also the rwo #s of the current rows being shown.
I donot know want to load all 1000 rows at the same time!
Would appreciate advise..
Thanks - illibaro