mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-12-15 00:15:47 +08:00
Add support for table footers
This commit is contained in:
committed by
Patrik Svensson
parent
c9c0ad733f
commit
03334f693d
@@ -60,6 +60,26 @@ namespace Spectre.Console.Rendering
|
||||
/// </summary>
|
||||
HeaderBottomRight,
|
||||
|
||||
/// <summary>
|
||||
/// The top left part of a footer.
|
||||
/// </summary>
|
||||
FooterTopLeft,
|
||||
|
||||
/// <summary>
|
||||
/// The top part of a footer.
|
||||
/// </summary>
|
||||
FooterTop,
|
||||
|
||||
/// <summary>
|
||||
/// The top separator part of a footer.
|
||||
/// </summary>
|
||||
FooterTopSeparator,
|
||||
|
||||
/// <summary>
|
||||
/// The top right part of a footer.
|
||||
/// </summary>
|
||||
FooterTopRight,
|
||||
|
||||
/// <summary>
|
||||
/// The left part of a cell.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user