I have a set of about 4000 records. I display 15 at a time in a table and I am curious if there is anyway to implement a "scroll animation" that would allow users to scroll to a specific position in the table?
For example if the user was viewing records 1-15 and they wanted to view the 2000-2015 records is there a plugin that would make the records appear to scroll down to that position.
Also, would doing this cause performance problems (since I would potentially be loading 4000 records)?