StickyTableColumn<T> constructor
StickyTableColumn<T> (
- String title, {
- void onTitleClick(
- BuildContext context,
- StickyTableColumn<
T> title
- StickyTableCellFunction<
T, void> ? onCellClick, - bool? sort,
- bool showSort = false,
- Alignment alignment = Alignment.center,
- Widget renderTitle(
- BuildContext context,
- StickyTableColumn<
T> title
- StickyTableCellFunction<
T, Widget> ? renderCell, - TableColumnWidth? columnWidth,
- bool fixedStart = false,
- bool fixedEnd = false,
Implementation
StickyTableColumn(
this.title, {
this.onTitleClick,
this.onCellClick,
this.sort,
this.showSort = false,
this.alignment = Alignment.center,
this.renderTitle,
this.renderCell,
this.columnWidth,
this.fixedStart = false,
this.fixedEnd = false,
});