columns property

List<CarpenterTableColumn<T>> columns
final

Ordered column descriptors supplying headers, cell builders, horizontal alignment, and width policy. Use stable unique IDs to address footer cells.

Implementation

final List<CarpenterTableColumn<T>> columns;