PlexAdvanceDataTable class

Inheritance
Available extensions

Constructors

PlexAdvanceDataTable({Key? key, required String title, required List<PlexDataTableHeaderCell> columns, required PlexWidgetController<List<List<PlexDataTableValueCell>>?> controller, WidthMode? widthMode, int? pageSize, Color? headerBackground, TextStyle? headerTextStyle, dynamic onRefresh()?, List<Widget> customWidgets(BuildContext context)?, int freezeColumns = 0, int freezeRows = 0, Color? alternateColor, bool enableCopy = false, bool enableColumnGrouping = true, List<String>? initialColumnGroup, bool enableExcelExport = true, bool enablePdfExport = true, bool autoExpandGroups = true, String groupSummary(String summary)?, String? groupSummaryFormat, Widget? cellEditingWidget(int row, int column)?, Future cellEditingSubmit(int row, int column)?})
const

Properties

alternateColor Color?
final
autoExpandGroups bool
final
cellEditingSubmit Future Function(int row, int column)?
final
cellEditingWidget Widget? Function(int row, int column)?
Editing a Cell
final
columns List<PlexDataTableHeaderCell>
final
controller PlexWidgetController<List<List<PlexDataTableValueCell>>?>
final
customWidgets List<Widget> Function(BuildContext context)?
final
enableColumnGrouping bool
Enable Disable Column Grouping
final
enableCopy bool
Enable Disable Copy Field Value
final
enableExcelExport bool
Hide and show Print Button
final
enablePdfExport bool
final
freezeColumns int
final
freezeRows int
final
groupSummary String Function(String summary)?
final
groupSummaryFormat String?
final
hashCode int
The hash code for this object.
no setterinherited
headerBackground Color?
Styles
final
headerTextStyle TextStyle?
final
initialColumnGroup List<String>?
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
onRefresh → dynamic Function()?
On Refresh Button Click
final
pageSize int?
Hide and show Print Button
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
Title to show for the data set
final
widthMode WidthMode?
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<PlexAdvanceDataTable>
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