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
Copy file name to clipboardExpand all lines: examples/Demo/Shared/Microsoft.FluentUI.AspNetCore.Components.xml
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1241,6 +1241,12 @@
1241
1241
If not specified, the default header template includes the <see cref="P:Microsoft.FluentUI.AspNetCore.Components.ColumnBase`1.Title" /> along with any applicable sort indicators and options buttons.
Gets or sets a <see cref="T:Microsoft.AspNetCore.Components.RenderFragment" /> that will be rendered for this column's header title.
1362
+
This allows derived components to change the header title output. However, derived components are then
1363
+
responsible for using <see cref="P:Microsoft.FluentUI.AspNetCore.Components.ColumnBase`1.HeaderCellTitleTemplate" /> within that new output if they want to continue
Copy file name to clipboardExpand all lines: examples/Demo/Shared/Pages/Menu/MenuPage.razor
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@
40
40
<p>
41
41
With version 4.9.4 of the library, we introduced the <code>FluentMenuProvider</code> component. The Menu component has been updated to use this provider.
42
42
The <code><FluentMenuProvider /></code> needs to be placed at the <b>bottom</b> of your HTML page (just like the other <b>...Providers</b> components).
43
-
It will renders all menus (and menu items) at the provider location in the HTML structure. This allows for menus to appear <b>on top</b> other components.
43
+
It will render all menus (and menu items) at the provider location in the HTML structure. This allows for menus to appear <b>above</b> of other components.
44
44
</p>
45
45
<p>
46
46
You can disable this feature by adding the <code>UseMenuService</code> parameter (with a value of "false") to you FluentMenu component. In this case, the menu will be rendered at the location it is placed at in the page.
0 commit comments