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