jsl grid display

This commit is contained in:
Jan Prochazka
2020-04-10 09:50:20 +02:00
parent 949985769c
commit 3bc6f60f75
12 changed files with 152 additions and 61 deletions

View File

@@ -4,7 +4,9 @@ export interface RangeDefinition {
}
export interface QueryResultColumn {
name: string;
columnName: string;
notNull: boolean;
autoIncrement?: boolean;
}
export interface QueryResult {