Skip to content

Releases: dstran/angular-deckgrid

Support optional filtering

Choose a tag to compare

Both `filter` and `filter-fn` are optional.

Support a callback filter function

Choose a tag to compare

@dstran dstran released this 12 Dec 14:40
Ability to give a filter function callback

Instead of handling filtering in this library. A callback function is needed for filtering.

Fixed reverseSort

Choose a tag to compare

@dstran dstran released this 22 Nov 20:09

Fixed reverseSort by listening to attribute for changes and update grid.

Support multiple filters separated by space

Choose a tag to compare

@dstran dstran released this 22 Nov 19:27
v0.5.0-multiple-filters

Support multiple filters separated by space

Ignore TypeError

Choose a tag to compare

@dstran dstran released this 22 Nov 19:49
Prevent TypeError

Prevent TypeError where columns is undefined because layout is undefined.

Support 'orderBy'

Choose a tag to compare

@dstran dstran released this 21 Jul 19:37

Takes in additional attributes:

  • sort-order
  • reverse-sort

Supports angular filtering

Choose a tag to compare

@dstran dstran released this 21 Jul 15:50

This pull ins changes from Update angular-deckgrid.js to support filtering akoenig#88