Skip to content

Releases: dtpublic/malhar-angular-table

Release 2.0.0

Choose a tag to compare

@sashadt sashadt released this 05 May 01:48

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

Choose a tag to compare

@sashadt sashadt released this 09 Jun 01:05

Fixing bug in ngFilter - issue #50

Release 1.5.3

Choose a tag to compare

@sashadt sashadt released this 08 Apr 21:23
v1.5.3

Fixing unstable sorting and filtering for streaming data

Release 1.5.2

Choose a tag to compare

@andyperlitch andyperlitch released this 07 Apr 17:32

Reverts the behavior in 1.5.1 regarding copying of options.

Release 1.5.1

Choose a tag to compare

@sashadt sashadt released this 06 Apr 20:51

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

Release 1.4.0

Choose a tag to compare

@sashadt sashadt released this 26 Feb 02:22

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

Choose a tag to compare

@andyperlitch andyperlitch released this 17 Oct 08:26

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

v0.1.0

Choose a tag to compare

@andyperlitch andyperlitch released this 09 Jul 00:40

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

v0.0.3

Choose a tag to compare

@andyperlitch andyperlitch released this 09 Jul 00:10

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