Skip to content
Snippets Groups Projects
Commit 9b27d8ab authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #13638 TIME 0:15 fix order

parent 8a038613
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,7 @@ export class ParametersAdministrationComponent implements OnInit {
setTimeout(() => {
this.dataSource = new MatTableDataSource(this.parameters);
this.dataSource.sortingDataAccessor = this.functions.listSortingDataAccessor;
this.dataSource.paginator = this.paginator;
this.dataSource.sort = this.sort;
}, 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment