filter controls

This commit is contained in:
Jan Prochazka
2020-03-12 08:02:13 +01:00
parent 8da0c359ff
commit 8f6b211b1b
7 changed files with 563 additions and 13 deletions

View File

@@ -18,6 +18,7 @@ export class TableGridDisplay extends GridDisplay {
}
createSelect() {
if (!this.table.columns) return null;
const orderColumnName = this.table.columns[0].columnName;
const select: Select = {
commandType: 'select',