Properties
-
allowRefresh
→ bool
-
A flag that indicates if the current dataset of the table can be refreshed.
final
-
columnsHeaderHeight
→ double
-
The height of the columns header
Defaults to 56
final
-
filterBarHeight
→ double
-
The height of the filter bar.
Defaults to 56
final
-
Configuration related to the footer of the table.
final
-
hashCode
→ int
-
The hash code for this object.
read-onlyinherited
-
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.
read-onlyoverride
-
rowHeight
→ double?
-
The height of every row. If null, it will size to content.
Defaults to 52
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
stringify
→ bool?
-
If set to
true
, the toString method will be overridden to output
this instance's props.
read-onlyinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited