Aug 21 2024 05:28 AM - edited Aug 21 2024 05:30 AM
Hi All
We have a SharePoint Document Library web part on a landing web page that look like this :
It is very simple looking and links to a SharePoint document library on the same SharePoint site as the web part.
The issue we are having is we need to view another SharePoint Document library on another SharePoint site. The Only way to do this is using the Embed SharePoint web part. The problem with the Embed web part is it adds the Document Library menu bar.
We want to make it look simple like the first web part above.
My question is can we add a web part that links to a document library on another SharePoint site and has a simple look and feel with no menu bar like the first screenshot above?
I hope you can help
Colin
Aug 22 2024 09:46 PM
Hello @CEStar321
you have not the same options for libraries inside the same site and from another site.
You can use the standard highlighted Content WebPart, but with limited layout options, or you can use the PnP Modern Search WebParts https://microsoft-search.github.io/pnp-modern-search/ , with this WebPart you can view SharePoint elements from everywhere, but you need to more effort, for a similar view like the document library webpart.
Best, Dave