templates tested
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user