DataTable: Add Subtitle

This commit is contained in:
2024-03-24 13:50:20 +01:00
parent e435e5da8d
commit 9d80c5913f
2 changed files with 13 additions and 4 deletions

View File

@ -8,6 +8,7 @@ namespace Elwig.Models.Dtos {
public string Name { get; set; }
public string FullName { get; set; }
public string? Subtitle { get; set; }
public IEnumerable<T> Rows { get; private set; }
public int RowNum => Rows.Count();
public int ColNum => ColumnNames.Count();