I'd like 2 button, last page, first page, when the datas in a table more than 1 page. I have a table in it 1559 rows (I think it's not a big table), and I can jump to the last page, only clicking the next page many times.
While we ponder your request, you could look at the preferences and modify the Maximum rows in Table View to a value that suits your needs. Moving to the last page would require to read all records, I think and if that is something you do regularly, just put 0 for the value and all rows will be returned each time.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1161043
Originator: NO
While we ponder your request, you could look at the preferences and modify the Maximum rows in Table View to a value that suits your needs. Moving to the last page would require to read all records, I think and if that is something you do regularly, just put 0 for the value and all rows will be returned each time.