Hy,
Thank you a lot for this extention ,
il was very helpful for me, but I have a problem trying to deploy it to my Sharepoint 2019 on premise App Catalog, i receive the following error: “There were errors when validating the App manifest.: Xml Validation Exception: ‘The ‘IsDomainIsolated’ attribute is not declared.’ on line ‘1’, position ‘310’.”
Any help please
This looks great, I have installed this on to our Sharepoint 2019 app catalog and it is enabled and deployed. But I cannot seem to see where to now add it from – it does not appear in list of apps when I try to “Add a new app”. Do I need to add it from somewhere else?
I am new really to the SPFx development and for Microsoft Technologies. If there is any readymade code, please share it here. That will be really helpful.
Thanks Ravichandran for nice blog.
Complete code link is not available it seems, can you please provide updated link for the same.
Also do you have similar implementions with dynamic link from SP list.
Thanks,
Saroj Jha
Thanks for informed this, download link updated, for dynamic links just get the list items using SharePoint REST API and loop the data to build the HTML
Hi Ravi,
I’ve implemented the custom megamenu but facing issue with render experience wherein I see ootb page header for first few seconds and then my custom mega menu. Any idea ?
I see you are using Bulma CSS. But for some reason this does not work with Mobile devices (it does not show the Hamburger menu). What could be the problem?
Is it possible to set this menu on SharePoint 2016?
LikeLike
Sorry! not possible. SPFx mega menu only work in the modern pages. Its support both SharePoint 2019 and SharePoint online
LikeLike
Hy,
Thank you a lot for this extention ,
il was very helpful for me, but I have a problem trying to deploy it to my Sharepoint 2019 on premise App Catalog, i receive the following error: “There were errors when validating the App manifest.: Xml Validation Exception: ‘The ‘IsDomainIsolated’ attribute is not declared.’ on line ‘1’, position ‘310’.”
Any help please
LikeLike
Hi Rosa,
In the config/package-solution.json file, you can find the isDomainIsolated property, change the value to true.
LikeLike
Thank you for reply
LikeLike
This looks great, I have installed this on to our Sharepoint 2019 app catalog and it is enabled and deployed. But I cannot seem to see where to now add it from – it does not appear in list of apps when I try to “Add a new app”. Do I need to add it from somewhere else?
LikeLike
Sorry for the delayed reply,
You may set “skipFeatureDeployment” is false while creating a project then you need to enable the feature. let me know if you have any question.
LikeLike
Hi Ravi,
Thanks for the great blog. Is it possible to have a dynamic mega menu based what is being assigned to the users on the site.
LikeLike
Hi Venkatesh,
Yes, possible. check below link for find REST API Url
https://docs.microsoft.com/en-us/previous-versions/office/developer/sharepoint-rest-reference/dn600183(v=office.15)?redirectedfrom=MSDN#menunode-complex-type
LikeLike
I am new really to the SPFx development and for Microsoft Technologies. If there is any readymade code, please share it here. That will be really helpful.
LikeLike
Thanks Ravichandran for nice blog.
Complete code link is not available it seems, can you please provide updated link for the same.
Also do you have similar implementions with dynamic link from SP list.
Thanks,
Saroj Jha
LikeLike
Thanks for informed this, download link updated, for dynamic links just get the list items using SharePoint REST API and loop the data to build the HTML
LikeLike
Does this Solution work for SharePoint 2019 On Premise. I have it deployed to my app catalog and I can’t see where or how to use.
LikeLike
Hi Brian,
I’m just build that for SharePoint Online, you just create new SPFX project for On-Premise and reuse this same code
LikeLike
Can we manage mega menu content based on group and roles
LikeLike
Yes, we can because this is custom build menu.
LikeLike
Hi Ravi, I have few questions on Mega menu in modern sites SharePoint online. Can I have your Email contact please!
LikeLike
Message me in fb
https://fb.com/sptechnet
LikeLike
Hi Ravi,
I’ve implemented the custom megamenu but facing issue with render experience wherein I see ootb page header for first few seconds and then my custom mega menu. Any idea ?
LikeLike
It is expected behaviour only, there is no workaround for this.
LikeLike
I see you are using Bulma CSS. But for some reason this does not work with Mobile devices (it does not show the Hamburger menu). What could be the problem?
LikeLike
Sorry!, I don’t have any idea
LikeLike
hi can you tell how can fetch this links from sharepoint list and then show in extension
LikeLike
You can follow this link to fetch links from the SharePoint list and do one loop to show links in the extension
https://github.com/ravichandran-blog/SPFx/blob/master/spfx-ant-table/src/webparts/spfxAntTable/components/SpfxAntTable.tsx#L19
LikeLike
Contact me in the https://twitter.com/messages, my id is @spfx_blog
LikeLike
Need some urgent help on this can you share your contact details
LikeLike
What if we want to design a hamburger megamenu for mobile?
LikeLike