TableAdvanced<T> class

An easy to use table with responsive layout and pagination.

Inheritance

Constructors

TableAdvanced({Key? key, required List<TableAdvancedColumnHeader> columnHeaders, required TableAdvancedRow rowBuilder(T item), required TableAdvancedController<T> controller, EdgeInsets innerPadding = EdgeInsets.zero, double rowSpacing = 12, Widget paginationBuilder(TableAdvancedController<T> controller)?, Widget? emptyState})
An easy to use table with responsive layout and pagination.
const

Properties

columnHeaders List<TableAdvancedColumnHeader>
Configurations for column headers. You can specify the Widget to show and the flex space taken by each column.
final
controller TableAdvancedController<T>
The controller to set table content and manipulate pagination and other properties.
final
emptyState Widget?
A Widget to show when there is no data to display. Defaults to empty space.
final
hashCode int
The hash code for this object.
no setterinherited
innerPadding EdgeInsets
You can define padding for table content (excludes header)
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
paginationBuilder Widget Function(TableAdvancedController<T> controller)?
Use this builder to customize the pagination controls when TableMode is paginationPage.
final
rowBuilder TableAdvancedRow Function(T item)
The builder for table rows, depending on the shown item.
final
rowSpacing double
You can define the spacing between rows. Defaults to 12.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<StatefulWidget>
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited