Skip to content

Commit 1c944b8

Browse files
committed
Add configuration instructions for result-api in README.md
1 parent 2514627 commit 1c944b8

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/main/js/bundles/dn_querybuilder/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,18 @@ The filter function supports FeatureLayer and MapImageLayer, which are queryable
105105
}
106106
}
107107
```
108+
### result-api
109+
110+
The query builder can select the used table in the result UI to show the query results.
111+
To enable this, add the following configuration to the result-api bundle:
112+
113+
```json
114+
"result-api": {
115+
"Config": {
116+
"remove-empty-tables": false
117+
}
118+
}
119+
```
108120

109121
## Configuration Reference
110122

0 commit comments

Comments
 (0)