You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added IsVisible to conditionally show/hide an action in the table. If we set RequiredPolicy, then it checks the permission in every row and it has a performance cost especially in blazor server side.
The text was updated successfully, but these errors were encountered:
I added IsVisible to conditionally show/hide an action in the table. If we set
RequiredPolicy
, then it checks the permission in every row and it has a performance cost especially in blazor server side.The text was updated successfully, but these errors were encountered: