Command Bar is missing from Lists and Libraries Sharepoint online

Copper Contributor

Hi,

 

I am using SharePoint Online Modern site page to build a web application. Created a SPFx Extension to build the top navigation.

This was working fine but later I came to face an issue of missing commandbar in all the lists & libraries. Not sure this was caused by the top navigation extension i am using. Below image is a list, the highlighted part is where the command bar should be displayed.

clipboard_image_0.png

 

If i am not making it clear, the command bar(new, quick edit etc..) that i referring to is in the below image, highlighted part,

clipboard_image_1.png

 

Please let me know what is causing this issue and any solution to fix this?

 

Help ASAP will be much appreciated.

 

 

Thanks,

MV

 

 

 

2 Replies

@SriMV 

To check whether your SPFx extension blocking the rendering of these command buttons, try to remove the extension temporarily and see if they render properly. Check if you see any log in the browser console. If you can post any errors in you see in browser console will help to understand what is going on .

 

 

 

Hi@Rahul Suryawanshi 

 

Thanks for the quick response.

 

Fortunately there are no errors in the console. When troubleshooting with the developer tools, I found the control is hidden. Below highlighted is the control and its attribute is hidden. This is not our class. Not sure why its hidden.

 

clipboard_image_0.png

 

Also by unchecking the Visibility attribute and increasing the margin height in the developer tool, displayed the control as shown below.

 

clipboard_image_1.png

 

It is not our class and I haven't touched it. Any idea what might be causing this problem?

Please provide your assistance.