AckdbSegmentColumn

One projected column: a field key, optionally frozen to the left edge, optionally a persisted pixel width. Width is per-segment layout (presentation only) - the compiler ignores it.

Properties

fieldstringrequired
frozenboolean
widthnumber

Persisted column width in px (per-segment; presentation only).

Example

AckdbSegmentColumn example
{
  "field": "name",
  "frozen": true,
  "width": 200
}