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

Manipulate the current page within a controller for pagination #841

Open Suguru-Tokuda opened 5 years ago

Suguru-Tokuda commented 5 years ago

Issue: I'm trying to let an AngularJS controller manipulate the current page value for the pagination generated by smart table directive. I've checked "pipe/ajax plugin" section on http://lorenzofox3.github.io/smart-table-website/, however, the app that I'm working doesn't need a callback function to create a table. Is there any way to manipulate the value of for the current page in a controller?