lorenzofox3 / Smart-Table

Code source of Smart Table module: a table/grid for Angularjs

Home Page:http://lorenzofox3.github.io/smart-table-website/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: how to programmatically go to a specific page?

davidolen opened this issue · comments

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!