buildCells method
Implementation
@override
List<DataCellY> buildCells(ContextIndexItem<T> rc) {
return _dataColumnCells.mapList((e) => e.buildCell(rc));
}
@override
List<DataCellY> buildCells(ContextIndexItem<T> rc) {
return _dataColumnCells.mapList((e) => e.buildCell(rc));
}