feature: user details are individually exported; shared export field renderer
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
using Disco.Models.Services.Exporting;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq.Expressions;
|
||||
|
||||
namespace Disco.Models.UI.Shared
|
||||
{
|
||||
@@ -8,5 +10,6 @@ namespace Disco.Models.UI.Shared
|
||||
{
|
||||
T Options { get; set; }
|
||||
List<ExportOptionGroup> FieldGroups { get; set; }
|
||||
void AddCustomUserDetails(Expression<Func<T, List<string>>> modelAccessor, int groupIndex = -1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user