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