DataTableState<T> class

Constructors

DataTableState({List<T>? dataSources, int? totalRecords, Map<int, T>? dataSelected})

Properties

dataSelected Map<int, T>
getter/setter pair
dataSources List<T>
getter/setter pair
fixedColumnsLeft List<DataTableColumn<T>>
getter/setter pair
fixedColumnsRight List<DataTableColumn<T>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isLoading bool
getter/setter pair
mapIndexToHeightOfEachRow Map<int, double?>
getter/setter pair
mapKeyToWidthOfEachColumnContent Map<String, double>
getter/setter pair
pagination DataTablePagination
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tableColumnsContent List<DataTableColumn<T>>
getter/setter pair
totalRecords int
getter/setter pair
widthOfColumnsContent double?
getter/setter pair

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