DynamicTableDataColumn class

Annotations

Constructors

DynamicTableDataColumn({required Widget label, String? tooltip, bool numeric = false, DataColumnSortCallback? onSort, bool isEditable = true, required DynamicTableInputType<Object> dynamicTableInputType})
Creates the configuration for a column of a DynamicTable.
const

Properties

dynamicTableInputType DynamicTableInputType<Object>
The type of input that will be used in the cells of this column.
final
hashCode int
The hash code for this object.
no setterinherited
isEditable bool
Whether this column is editable or not.
final
label Widget
Typically, this will be a Text widget. It could also be an Icon (typically using size 18), or a Row with an icon and some text.
final
numeric bool
Whether this column represents numeric data or not.
final
onSort DataColumnSortCallback?
Called when the user asks to sort the table using this column.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tooltip String?
The column heading's tooltip.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited