component/data_table library

Classes

DataColumn
An enhanced version of Flutter's standard DataColumn with additional sizing options.
DataRow
An enhanced version of Flutter's standard DataRow with additional functionality.
DataTable
An enhanced version of Flutter's standard DataTable with additional features.
SyncedScrollControllers
Creates pairs of scroll controllers which can be provided to scrollables and ensure that offset change in one scrollable scroll the second one (and vice a versa) There's a bug (or feature) on iOS with bouncing scroll (when it goes out of range) when scrollable get out of sync while in this bouncing position
SyncedScrollControllersState

Enums

ColumnSize
Relative size of a column in a DataTable.

Properties

dataTableShowLogs bool
getter/setter pair