hasNestedColumns property
bool
get
hasNestedColumns
Check if this column has nested columns (two-level header)
Implementation
bool get hasNestedColumns => columns != null && columns!.isNotEmpty;
Check if this column has nested columns (two-level header)
bool get hasNestedColumns => columns != null && columns!.isNotEmpty;