v2.0.0
New Features:
- Finished
advanced column filterfeature (demo link: http://codepen.io/iamisti/pen/kkvBxd) - Selectable columns (demo link: http://codepen.io/iamisti/pen/RGvvWL)
Breaking changes:
mdt-row-paginatorno is accepting 3 parameters:page,pageSize, andoptions. See docs for more info.sorty-byis no longer exist, instead usecolumn-sort(see docs for more info)sortable-columnsis no longer exists, instead usecolumn-sorton themdt-columndirective 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.