grid sorting

This commit is contained in:
Jan Prochazka
2020-04-04 11:06:27 +02:00
parent a3e9ba61af
commit 7b8a604957
7 changed files with 57 additions and 6 deletions

View File

@@ -53,6 +53,7 @@ export class TableGridDisplay extends GridDisplay {
this.addHintsToSelect(select)
);
this.applyFilterOnSelect(select, displayedColumnInfo);
this.applySortOnSelect(select, displayedColumnInfo);
if (action == 'loadRequired') {
return null;
}