angular-material-data-table
Advanced tools
Changelog
Version 0.10.10
Future Proofing
mdTableProgress
directive from class name to attribute to support newer versions of AngularJS.Changelog
Version 0.10.9
Bug Fix
Changelog
Version 0.10.8
New Feature
You can now map language to limit options using the label
and value
properties, e.g.
ctrl.limitOptions = [5, 10, 15, {
label: 'All',
value: function () {
return collection.length;
}
}];
Changelog
Version 0.10.7
Bug Fixes
Changelog
Version 0.10.6
Bug Fixes
orderBy
property of a column would add an additional sort icon.Changelog
Version 0.10.5
Bug Fixes
Changelog
Version 0.10.4
Improvements
NaN
.Bug Fixes
Changelog
Version 0.10.3
Bug Fixes
0 - 0 of 0
if the total is zero.Changelog
Version 0.10.2
Bug Fixes
Changelog
Version 0.10.1
New Features
ng-disabled
attribute.Bug Fixes & Improvements