Allow property navigation for ChildComponent
rendering when using CascadingTypeParameter
#41120
Labels
area-blazor
Includes: Blazor, Razor Components
✔️ Resolution: Answered
Resolved because the question asked by the original author has been answered.
question
Status: Resolved
Is your feature request related to a problem? Please describe the problem.
I am trying to simplify my
Table
component design for the consumer of my library. Currently it is implemented as follows:Table.razor
TableColumn.cs
Usage
Describe the solution you'd like
I'd like for the end user to be able to define the table as follows:
I've tried a few things, but the way
RenderFragment
seems to be implemented now doesn't allow this to work.Additional context
I've been looking around for topics on this issue and found #29379 which is related but I don't think addresses this specificly.
The text was updated successfully, but these errors were encountered: