lorenzofox3 / Smart-Table

Code source of Smart Table module: a table/grid for Angularjs
http://lorenzofox3.github.io/smart-table-website/
1.8k stars 513 forks source link

Question: how to programmatically go to a specific page? #845

Open davidolen opened 5 years ago

davidolen commented 5 years ago

Question: how to programmatically go to a specific page (e.g., go to the next page) without manually clicking a page number? Maybe triggered by an event and then the event handler calls a specific goToPage(pageNumber) function?

What is the best practice for doing this in Smart-Table?

Thanks!