Skip to content

v0.8.1

Compare
Choose a tag to compare
@christianacca christianacca released this 02 Aug 22:15
· 247 commits to master since this release

Bug Fixes

  • ngTableController:
    • table not reloaded when new NgTableParams bound to scope
      (d8cbd771)
    • apply filter delay only when relevant
      (1ed42168)

Features

  • ngTableController:
    • optimize calls to reload
      (e94ca5f7)
    • automatically reload table when settings data array changes
      (4817c203)
  • NgTableParams:
    • allow getData to return an array of data
      (ab9ffdfa)
    • add hasFilter function
      (1163e22c)
    • add isDataReloadRequired and hasFilterChanges methods
      (95b0f2ba)
    • better default implementation of getData that filters and sorts
      (8d912609)
    • extend getData with interceptor pipeline
      (f94c6357)
  • ngTableDefaultGetData: new service for applying NgTableParam filters (etc) to a data array
    (bdf5d9ee)
  • ngTableEventsChannel: publish strongly typed events using explicit service
    (1f3e7e4c)
  • ngTableFilterConfig: setConfig now merges with previous config values
    (155ef620)