Releases: dtpublic/malhar-angular-table
Release 2.0.0
Release 2.0.0 adds following improvements and fixes:
- Fixes for selection handling when rows are changing
- Using requestAnimationFrame for row rendering to improve performance
- Added support for row highlighting
- Improved support for memory and duration filters. Examples of duration filters: "> 1 hour", ">= 2.5 days", "> 1 day & < 3 days", "= 1 month". Operators are optional, default is equal sign. Units are optional, default duration is seconds, so searching for "20", "20 seconds", or "= 20" are equivalent to 20 seconds.
- Improved sorting for memory and duration type columns
- Added caching for filtering and sorting to improve performance
- Updated demos and readme instructions
Version 1.6.4
Fixing bug in ngFilter - issue #50
Release 1.5.3
v1.5.3 Fixing unstable sorting and filtering for streaming data
Release 1.5.2
Reverts the behavior in 1.5.1 regarding copying of options.
Release 1.5.1
Preventing user-defined attributes columns and options from being modified by mlhr-table
Release 1.4.0
Adding select all feature feature, which provides a checkbox to select all table elements. Methods exposed with api include
- selectAll
- deselectAll
- toggleSelectAll
- isSelectedAll
Changing setLoading to be exposed via api. Adding select all methods to api as well. API can be accessed by using onRegisterApi when supplying table options.
v1.0.0
Stable release. Improved scrolling, more efficient watches, several bug fixes.
v0.1.0
Added track by
support for ng-repeat, so that $$hashkey hacks are no longer necessary.
v0.0.3
The main difference from previous version is that the scroll bar is now draggable and it supports having a min-height.