ModulaDataColumn class

Column definition for ModulaDataTable

Constructors

ModulaDataColumn({required String label, required String field, bool numeric = false, bool sortable = true, dynamic builder(dynamic value, Map<String, dynamic> row)?})
const

Properties

builder → dynamic Function(dynamic value, Map<String, dynamic> row)?
Custom cell builder
final
field String
Field name in the row data map
final
hashCode int
The hash code for this object.
no setterinherited
label String
Column label (header text)
final
numeric bool
Whether this column contains numeric data
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sortable bool
Whether this column can be sorted
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