PagedDataTableConfiguration class

Constructors

PagedDataTableConfiguration({bool allowRefresh = true, List<int>? pageSizes = const [10, 20, 50, 100], double columnsHeaderHeight = 56.0, double filterBarHeight = 56.0, double? rowHeight = 52.0, int initialPageSize = 100, PagedDataTableFooterConfiguration footer = const PagedDataTableFooterConfiguration()})
const

Properties

allowRefresh bool
A flag that indicates if the current dataset of the table can be refreshed. A refresh button will be rendered.
final
columnsHeaderHeight double
The height of the columns header
final
filterBarHeight double
The height of the filter bar.
final
Configuration related to the footer of the table.
final
hashCode int
The hash code for this object.
no setterinherited
initialPageSize int
The initial page size. If pageSizes is not null, initialPageSize must match any of the values in the list.
final
pageSizes List<int>?
The list of available page sizes the user can select. Set it to null to disable user-selected page size.
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
rowHeight double?
The height of every row. If null, it will size to content.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited

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