Hi to everybody
I need to modify menu bar for view Calendar. It's possibile modify only for view all items
.....
use the below code to customize the menu as per your need and for more information please click on the below link
Command bar customization syntax reference | Microsoft Docs
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
{
"commandBarProps" : {
"commands": [
{
"key": "new",
"text":"Add Employee"
},
{
"key": "editInGridView",
"text": "Quick edit",
"iconName": "EditTable",
"primary": true
},
{
"key": "share",
"iconName": "",
"title": "Share this List"
}
]
}
}
Ok , so what you need to change or hide from the menu?
Hi Shuvam-rpa, exactly