Add panel header support

Closes #63
This commit is contained in:
Patrik Svensson
2020-09-03 18:48:30 +02:00
committed by Patrik Svensson
parent 9f8ca6d648
commit 7471e9d38c
11 changed files with 301 additions and 27 deletions

View File

@ -5,7 +5,7 @@ namespace TableExample
{
public static class Program
{
public static void Main(string[] args)
public static void Main()
{
// A simple table
RenderSimpleTable();