esvit / ng-table

Simple table with sorting and filtering on AngularJS
http://esvit.github.io/ng-table
BSD 3-Clause "New" or "Revised" License
2.77k stars 851 forks source link

How to control data items externally? #956

Open fedotxxl opened 7 years ago

fedotxxl commented 7 years ago

Hello. I've got an external function which loads table items. I need to implement following:

  1. Recieve events on page / order change - something like tableParams.onParamsChange(callback)
  2. An ability to set array of displayed items - something like tableParams.setData(data)
  3. An ability to set total items count - this can be done by tableParams.total(x)
maykon-oliveira commented 1 year ago

I'd like to keep this project, there are many feature and improvement we could add. are u active?