md-data-table icon indicating copy to clipboard operation
md-data-table copied to clipboard

Sorting Desc, empty cells are shown first

Open muscaiu opened this issue 8 years ago • 1 comments

Is there any way i could make the empty cells NOT show up first on Desc Sort ?

Working Pen Example

asc

desc

muscaiu avatar Mar 20 '17 15:03 muscaiu

Adding ng-if did the trick, <tr md-row md-select="dessert" md-on-select="logItem" md-auto-select="options.autoSelect" ng-disabled="dessert.calories.value > 400" ng-repeat="dessert in desserts.data | filter: filter.search | orderBy: query.order | limitTo: query.limit : (query.page -1) * query.limit" ng-if="dessert.calories">

singhay avatar Jul 19 '17 21:07 singhay