mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-09-18 02:15:34 +08:00
Add live display support
This commit also adds functionality to LiveRenderable that should fix some problems related to vertical overflow. Closes #316 Closes #415
This commit is contained in:

committed by
Phil Scott

parent
5d68020abb
commit
3dea412785
@@ -9,9 +9,9 @@ namespace Spectre.Console
|
||||
public sealed class TableColumn : IColumn
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets the column header.
|
||||
/// Gets or sets the column header.
|
||||
/// </summary>
|
||||
public IRenderable Header { get; }
|
||||
public IRenderable Header { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the column footer.
|
||||
|
Reference in New Issue
Block a user