Skip to content

v2.0.0

Choose a tag to compare

@iamisti iamisti released this 24 Oct 12:57
· 12 commits to master since this release

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.