jsl data filter (archive, query result)

This commit is contained in:
Jan Prochazka
2020-11-19 15:09:31 +01:00
parent 4a7d45e4d0
commit b92e28695e
8 changed files with 228 additions and 39 deletions

View File

@@ -13,6 +13,8 @@ export class JslGridDisplay extends GridDisplay {
) {
super(config, setConfig, cache, setCache, null);
this.filterable = true;
this.columns = columns
.map((col) => ({
columnName: col.columnName,