There was an error while loading. Please reload this page.
Replace column_count(), header(), column_width() with [ColumnDescriptor]. Replace cell() and cell_delegate() with cell()->CellType; enum CellType {Text(&str), Draw(&DrawDelegate), Widget(&widget).
column_count()
header()
column_width()
[ColumnDescriptor]
cell()
cell_delegate()
cell()->CellType; enum CellType {Text(&str), Draw(&DrawDelegate), Widget(&widget)