frozenCells property

FrozenTableData? frozenCells
final

Configuration for frozen cells during scrolling.

Type: FrozenTableData?. Specifies which cells remain visible during horizontal or vertical scrolling. Useful for headers/footers.

Implementation

final FrozenTableData? frozenCells;