Skip to content

Releases: dtpublic/malhar-angular-table

Release 2.0.0

05 May 01:48
Compare
Choose a tag to compare

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

09 Jun 01:05
Compare
Choose a tag to compare

Fixing bug in ngFilter - issue #50

Release 1.5.3

08 Apr 21:23
Compare
Choose a tag to compare
v1.5.3

Fixing unstable sorting and filtering for streaming data

Release 1.5.2

07 Apr 17:32
Compare
Choose a tag to compare

Reverts the behavior in 1.5.1 regarding copying of options.

Release 1.5.1

06 Apr 20:51
Compare
Choose a tag to compare

Preventing user-defined attributes columns and options from being modified by mlhr-table

Release 1.4.0

26 Feb 02:22
Compare
Choose a tag to compare

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

17 Oct 08:26
Compare
Choose a tag to compare

Stable release. Improved scrolling, more efficient watches, several bug fixes.

v0.1.0

09 Jul 00:40
Compare
Choose a tag to compare

Added track by support for ng-repeat, so that $$hashkey hacks are no longer necessary.

v0.0.3

09 Jul 00:10
Compare
Choose a tag to compare

The main difference from previous version is that the scroll bar is now draggable and it supports having a min-height.