Reference

DataColumn

DataColumn

DataColumn control. Build it with the data_column helper.

Example

data_column(
  label: "Label",
  expand: true,
  on_sort: ->(event) {}
)

Properties

  • heading_row_alignment — Heading row alignment.
  • label — Text label shown for the control.
  • numeric

Plus the common layout and animation properties shared by most controls (expand, visible, disabled, opacity, width, height, align, tooltip, animate_*, …).

Events

  • on_sort — Fired on sort.

Reference

  • Family: materials
  • Widget type: datacolumn
  • Helper: data_column