sticky_table library

Classes

StickyTable<T>
表格组件
StickyTableColumn<T>
每一列的构建方式
SyncScrollController
Sets up a collection of scroll controllers that mirror their movements to each other.

Typedefs

StickyTableCellFunction<T, R> = R Function(BuildContext context, StickyTableColumn<T> title, T item, int row, int column)
StickyTableRowBuilder<T> = TableRow Function(BuildContext context, T item, int row, List<StickyTableColumn<T>> columnData)