Releases: iamisti/mdDataTable
Releases · iamisti/mdDataTable
v2.2.0
v2.1.0
v2.0.1
v2.0.0
New Features:
- Finished
advanced column filter
feature (demo link: http://codepen.io/iamisti/pen/kkvBxd) - Selectable columns (demo link: http://codepen.io/iamisti/pen/RGvvWL)
Breaking changes:
mdt-row-paginator
no is accepting 3 parameters:page
,pageSize
, andoptions
. See docs for more info.sorty-by
is no longer exist, instead usecolumn-sort
(see docs for more info)sortable-columns
is no longer exists, instead usecolumn-sort
on themdt-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
v1.8.7
Fix:
- In case of no results, pagination shows
0 of 0
instead of1-0 of 0
Improvements:
- Changed loading indicator
- Introduced
mdt-loading-indicator
to be able to customized (see docs) - Added
Select All
andClear
links for checkbox column filter - Added counter for checkbox column filter to see how many items are selected