Does any one know of a good tutorial, or jQuery plugin i can use to add infinite scroll onto my table?
I basically want to add more rows to the table as a user scrolls down the page.
Thanks in advance.
|
Does any one know of a good tutorial, or jQuery plugin i can use to add infinite scroll onto my table? I basically want to add more rows to the table as a user scrolls down the page. Thanks in advance. |
|||
|
|
|
Just try this out: HTML:
Javascript:
|
|||
|
You can take a look at this if it suits your needs: http://datatables.net/examples/basic_init/scroll_y_infinite.html Even if you're not familiar with datatables, it may intrigue you to use it, as for to implement this infinite scroll on a table you just have to add this jQuery code:
to the populated table in the html (They have 4 ways to do that). Anyay, IMO, worth checking out. |
|||||||||||
|
|
These are two of my favorite jquery plugins for infinite scroll. Both have good examples of how to use them. |
|||
|
|