tochoromero / aurelia-table

Simple functional data table for Aurelia
https://tochoromero.github.com/aurelia-table
MIT License
67 stars 25 forks source link

Bind a method for page change #56

Closed jmdavid closed 6 years ago

jmdavid commented 6 years ago

It would be nice to have a method binded to allow additional actions after a page change.

jmdavid commented 6 years ago

Ok, I realized that I can do it with a getter:

@computedFrom('current-page')

BTW thanks for this project.