Skip to content

Releases: esvit/ng-table

ngTable v0.4.2

15 Jan 13:58
Compare
Choose a tag to compare
  • hooray, fixed issue when table was not updated when data is changed
  • sorting param now can be both Object or String
  • active class into active page like Bootstrap pagination
  • disable/hide filter ( examples/demo29.html )
  • support nested grids ( examples/demo30.html )

ngTable v0.4.1

10 Jan 23:43
Compare
Choose a tag to compare

New directory structure.

ngTable v0.3.3

08 Jun 12:58
Compare
Choose a tag to compare
  • add pagination directive ngTablePagination (see usage)
  • rename filter.name to filter.$$name according to issue #196
  • add debugMode setting
  • add defaultSort setting
  • add filterDelay setting
  • add multisorting (click on header with Ctrl-key)
  • add css classes (ng-table-pager, ng-table-pagination, ng-table-counts)

ngTable v0.3.2

08 Jun 12:58
Compare
Choose a tag to compare
ngTable v0.3.2 Pre-release
Pre-release
  • add pagination directive ngTablePagination (see usage)
  • rename filter.name to filter.$$name according to issue #196
  • add debugMode setting
  • add defaultSort setting
  • add filterDelay setting
  • add multisorting (click on header with Ctrl-key)
  • add css classes (ng-table-pager, ng-table-pagination, ng-table-counts)

ngTable v0.3.1

06 Dec 09:44
Compare
Choose a tag to compare
  • add support of header-class attribute
  • add fixes for compatibility with early versions of AngularJS
  • add data field to ngTableParams
  • Allow expressions in the sortable & filter attribute (Issue #93)

ngTable v0.3.0

27 Oct 07:57
Compare
Choose a tag to compare
add example with export to csv and update readme

ngTable v0.2.2

29 Sep 11:27
Compare
Choose a tag to compare
add tests for pagination