DataTable: Add Subtitle
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user