Skip to content

Releases: iamisti/mdDataTable

v2.2.0

23 Nov 12:39
Compare
Choose a tag to compare

Small bug fixes

Features:

  • Add hide-column-by-default option to column selector which makes the column unselected by default.

v2.1.0

28 Oct 13:11
Compare
Choose a tag to compare

Features:

  • add sorting feature possible to add to the column filters
  • smaller code improvements

v2.0.1

25 Oct 06:50
Compare
Choose a tag to compare

Fixes:

  • removing column selection 'modal' when scope is destroyed
  • resetting filters when column is deselected in the column selector

v2.0.0

24 Oct 12:57
Compare
Choose a tag to compare

New Features:

Breaking changes:

  • mdt-row-paginator no is accepting 3 parameters: page, pageSize, and options. See docs for more info.
  • sorty-by is no longer exist, instead use column-sort (see docs for more info)
  • sortable-columns is no longer exists, instead use column-sort on the mdt-column directive where you want to apply sorting behaviour. This also means, you are no longer forced to do sorting for every columns. Now you are able to specify it by yourself.

v1.8.8

18 Oct 16:24
Compare
Choose a tag to compare

Fixes:

  • add rowId scope variable to mdt-custom-cell when 'data' parameter is used in mdt-row attrbiute.

v1.8.7

18 Oct 15:12
Compare
Choose a tag to compare

Fix:

  • In case of no results, pagination shows 0 of 0 instead of 1-0 of 0

Improvements:

  • Changed loading indicator
  • Introduced mdt-loading-indicator to be able to customized (see docs)
  • Added Select All and Clear links for checkbox column filter
  • Added counter for checkbox column filter to see how many items are selected

v1.8.6

18 Oct 08:34
Compare
Choose a tag to compare

Improvements:

  • Improved positioning in column filter feature

Fixes:

  • Fixing a material icon position issue

v1.8.5

17 Oct 09:03
Compare
Choose a tag to compare

Fix(es):

  • additional style fixes for column filter feature

v1.8.4

17 Oct 08:39
Compare
Choose a tag to compare

Fix(es):

  • style fix for column filter feature

v1.8.3

13 Oct 10:39
Compare
Choose a tag to compare

Improvements:

  • add row id (rowId) accessible when using mdt-custom-cell in it's scope. (see example in the documentation)
  • code improvements when table is at reading phase initial load.