templates tested

This commit is contained in:
EugeneTes
2026-02-03 16:40:25 +01:00
parent ec5decb12e
commit fe817b5211
6 changed files with 310 additions and 117 deletions

View File

@@ -47,7 +47,9 @@ public class ColumnDef
{
public string? Text { get; set; }
public int? Width { get; set; }
public double? WidthPercent { get; set; }
public string Align { get; set; } = "left";
public bool Wrap { get; set; }
}
public class SeparatorNode : TemplateNode