0
thuc.nghiem@techplus.vn created
- ABP Framework version: v7.0.1
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
- Exception message and stack trace:
- Steps to reproduce the issue:"
-
- using link: https://docs.abp.io/en/abp/7.0/Module-Entity-Extensions
-
- I add a add enum properties:
- public enum UserType { Regular, Moderator, SuperUser }
- identity.ConfigureUser(user =>
{
user.AddOrUpdateProperty<UserType>("UserType", property => { property.UI.OnTable.IsVisible = true; } ); });
4 Answer(s)
-
0
Is there anyone who can help me fix this bug?
-
0
Hello, sorry for late reply have you check the Data table column extensions document ?
-
0
Hello Masum.ulu. I think this is an automated feature, I didn't have to customize it in the code.