fgpv-vpgf / fgpa-apgf

Authoring tool for FGP viewer
Other
7 stars 14 forks source link

Colum for table not empty #572

Closed jolevesq closed 3 years ago

jolevesq commented 3 years ago

By default, table column array is not empty. Make sure we have empty array by default


"layerEntries": [
          {
            "outfields": "*",
            "stateOnly": false,
            "table": {
              "title": "",
              "maximize": false,
              "lazyFilter": false,
              "applyMap": false,
              "showFilter": true,
              "filterByExtent": false,
              "searchStrictMatch": false,
              "printEnabled": false,
              "columns": [
                **{
                  "visible": true,
                  "searchable": true,
                  "filter": {
                    "value": "",
                    "static": false
                  }**
                }
              ]
            },
jolevesq commented 3 years ago

This happen only for dynamic. There is condition where column not are emptied for dynamic. Works for feature.