Skip to content

Releases: esvit/ng-table

ngTable v0.4.2

Choose a tag to compare

@iyeldinov iyeldinov released this 15 Jan 13:58
  • 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

Choose a tag to compare

@iyeldinov iyeldinov released this 10 Jan 23:43

New directory structure.

ngTable v0.3.3

Choose a tag to compare

@esvit esvit released this 08 Jun 12:58
  • 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

ngTable v0.3.2 Pre-release
Pre-release

Choose a tag to compare

@esvit esvit released this 08 Jun 12:58
  • 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

Choose a tag to compare

@esvit esvit released this 06 Dec 09:44
  • 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

Choose a tag to compare

@esvit esvit released this 27 Oct 07:57
add example with export to csv and update readme

ngTable v0.2.2

Choose a tag to compare

@esvit esvit released this 29 Sep 11:27
add tests for pagination