Reputation: 31
How to customize the modern SharePoint online list toolbar?
I was not able to find any options that were available in previous versions in SP. I have an option under the "...", toolbar and I want to add it to the toolbar. Also, want to remove the share, export, automate and integrate options from the toolbar.
Upvotes: 0
Views: 930
Reputation: 380
To customize the modern SharePoint online list menu bar, you have to build a Sharepoint Framework(SPFx) extension.
Reference:
Overview of SharePoint Framework Extensions
Build your first SharePoint Framework Extension
Demos:
How To Hide Command Bar Menu Item Using SPFx Extension
Inject Custom CSS on SharePoint Modern Pages using SPFx Extensions
Upvotes: 1