fix(datatables): default orderby now applied correctly (#3022)
This commit is contained in:
@@ -42,5 +42,6 @@ function ($scope, $controller, DatatableService) {
|
||||
this.settings.open = false;
|
||||
}
|
||||
this.onSettingsRepeaterChange();
|
||||
this.state.orderBy = this.orderBy;
|
||||
};
|
||||
}]);
|
||||
|
||||
Reference in New Issue
Block a user