Releases: esvit/ng-table
Releases · esvit/ng-table
ngTable v0.4.2
- 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
New directory structure.
ngTable v0.3.3
- 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
- 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
- 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
add example with export to csv and update readme
ngTable v0.2.2
add tests for pagination