Hi Boleyn!
If you give each row an index number then it will be easy to add a filter to the view by checking that the index is less than some number (i.e. by a slider as you mentioned).
The simplest index is a calculated column with this formula:
thisTable.Find(thisRow)
Best of luck, please let us know if you need additional help