feature: user details are individually exported; shared export field renderer

This commit is contained in:
Gary Sharp
2025-02-26 13:23:24 +11:00
parent 539503133a
commit a9687b5f25
65 changed files with 1559 additions and 2743 deletions
@@ -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);
}
}