@igo2/geo 19.0.0-next.25 → 19.0.0-next.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -37403,6 +37403,7 @@ function createTableTemplate(workspace, layer, layerService, ws$) {
37403
37403
  title: field.alias ? field.alias : field.name,
37404
37404
  renderer: EntityTableColumnRenderer.UnsanitizedHTML,
37405
37405
  tooltip: field.tooltip,
37406
+ visible: field.visible,
37406
37407
  cellClassFunc: () => {
37407
37408
  const cellClass = {};
37408
37409
  if (field.type) {