TableColumn<T> class
Constructors
-
TableColumn({String? key, String? keyLabel, required Widget label, String? tooltip, bool numeric = false, SortConfig? sortConfig, SearchConfig? searchConfig, FilterConfig<
T> ? filterConfig})
Properties
-
filterConfig
→ FilterConfig<
T> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → String?
-
final
- keyLabel → String?
-
final
- label → Widget
-
final
- numeric → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- searchConfig → SearchConfig?
-
final
- sortConfig → SortConfig?
-
final
- tooltip → String?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDataColumn(
) → DataColumn -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited