mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
fix(datatables): default orderby now applied correctly (#3022)
This commit is contained in:
parent
fbcffb7969
commit
1089846fd6
14 changed files with 14 additions and 0 deletions
|
@ -203,5 +203,6 @@ function ($scope, $controller, DatatableService, EndpointProvider) {
|
|||
this.columnVisibility = storedColumnVisibility;
|
||||
this.columnVisibility.state.open = false;
|
||||
}
|
||||
this.state.orderBy = this.orderBy;
|
||||
};
|
||||
}]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue