File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ You can observe and reproduce the same behavior with the example below.
4242
4343![ simulate grid columns rendering order with custom components] ( images/grid-column-rendering-order-simulation-with-nested-components.PNG )
4444
45- ```` GridColumnMimic.razor
45+ ```` RAZOR GridColumnMimic
4646@* This mimics the <GridColumn> tag *@
4747
4848<h3>Column Mimic - @Id</h3>
@@ -62,8 +62,7 @@ You can observe and reproduce the same behavior with the example below.
6262 }
6363}
6464````
65-
66- ```` NestedComponent.razor
65+ ```` RAZOR NestedComponent
6766@* This is the custom component that adds grid columns *@
6867
6968<GridColumnMimic Id="@Id"></GridColumnMimic>
@@ -73,8 +72,7 @@ You can observe and reproduce the same behavior with the example below.
7372 public int Id { get; set; }
7473}
7574````
76-
77- ```` Index.razor
75+ ```` RAZOR Index
7876@page "/"
7977
8078<CascadingValue Value="this">
You can’t perform that action at this time.
0 commit comments