AbstractColumn
Base implementation for table Column backed by a mutable map.
Handles schema fields, visibility, and metadata initialization.
Properties
Link copied to clipboard
Decorators for this column header; default empty if absent.
Link copied to clipboard
list of the view that should be hidden for this column.
Link copied to clipboard
Initial hidden state; captured from JSON at construction and remains immutable.
Link copied to clipboard
Conditional logic rules; lazily parsed from the backing map.
Link copied to clipboard
When true, the field/column is permanently hidden on the current active view and cannot be shown via conditional logic.
Link copied to clipboard