Desired page in pagination with Tabulator
问题 I am using Tabulator, I need to add input box that takes you to a desired page. If you have 10 pages and you want to go to page 9 you would just input 9 and hit enter. This feature is available in DataTables here is an example so how to do this with Tabulator? thank you 回答1: http://tabulator.info/docs/4.6/page#manage You would need to use the table.setPage(x) function where table is your Tabulator instance and x is the page number you want to go to. So here is an example of what the event