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