New to Kendo UI for Vue? Start a free 30-day trial
Add headings to each level of the Kendo UI for Vue Native Menu items
Updated over 6 months ago
Environment
| Product Version | 6.4.0 |
| Product | Progress® Kendo UI for Vue Native |
Description
I want to add headings at the top of each Popup of the Menu and the sub-menus with different text.
Solution
Use custom content rendering of a MenuItem through the contentRender return a structure with the heading element and a nested Menu. Do the same for each new level that you want to add with a heading.
The following example showcases the described approach in action:
Change Theme
Theme
Loading ...