This commit is contained in:
2021-11-24 20:22:32 +00:00
parent c9029c2786
commit 40cb386c6e
8 changed files with 14 additions and 7 deletions

View File

@@ -15,6 +15,8 @@ namespace AyaNova.Models
internal const int DefaultLimit = 25;
internal int? Offset { get; set; }
internal int? Limit { get; set; }
//All columns that are hidden but are affecting the query (sorting, filtering)
//so in UI can show that there are hidden columns affecting the result set
internal List<string> HiddenAffectiveColumns { get; set; }
internal DataListTableProcessingOptions(