We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a6d3e4 commit d84f9aeCopy full SHA for d84f9ae
1 file changed
src/Spectre.Console/Extensions/TableColumnExtensions.cs
@@ -45,7 +45,7 @@ public static TableColumn Header(this TableColumn column, IRenderable header)
45
throw new ArgumentNullException(nameof(header));
46
}
47
48
- column.Footer = header;
+ column.Header = header;
49
return column;
50
51
0 commit comments