formatValue method
Formats this column's current value using the grid formatter.
Implementation
String formatValue([T? value]) {
return formatValueOf(column.fieldName, value ?? this.value);
}
Formats this column's current value using the grid formatter.
String formatValue([T? value]) {
return formatValueOf(column.fieldName, value ?? this.value);
}