toDataColumn method
Implementation
DataColumn toDataColumn() => DataColumn(
label: label,
numeric: isNumeric,
tooltip: tooltip,
onSort: onSort,
columnWidth: fixedWidth,
);
DataColumn toDataColumn() => DataColumn(
label: label,
numeric: isNumeric,
tooltip: tooltip,
onSort: onSort,
columnWidth: fixedWidth,
);