Forum Discussion
GulianiG
Sep 26, 2020Brass Contributor
Enable full width column for hosting SP List on a Site Page of modern site on SPO
Hi Community, Can somebody please suggest as to how can i have a full-width column on a site page to allow for the full screen view for my SharePoint list on the page. If you see below- my sampl...
- Sep 26, 2020Hello,
There are two options to solve this:
1. Add SPFx web part for embeded code and manipulate the DOM to remove the max-width style for the specific area.
2. Create a SPFx web part to display the list and in the manifest, allow it to be shown as full width web part.
Sep 26, 2020
Hello,
There are two options to solve this:
1. Add SPFx web part for embeded code and manipulate the DOM to remove the max-width style for the specific area.
2. Create a SPFx web part to display the list and in the manifest, allow it to be shown as full width web part.
There are two options to solve this:
1. Add SPFx web part for embeded code and manipulate the DOM to remove the max-width style for the specific area.
2. Create a SPFx web part to display the list and in the manifest, allow it to be shown as full width web part.
GulianiG
Sep 26, 2020Brass Contributor
ArefHalmstrand Thanks for suggesting the probable solution. Would you know a video on YouTube or a webpage showing detailed steps on how to do this?
I am a SharePoint Administrator not a developer- so can try doing this if there is help with some reference material. Please suggest!
- Sep 26, 2020I will try to find something that is safe and up to date. Could you concider voting the respons as best answer? 🙂
I am working on creating video content for community issues. If I dont find anything good then I can create a video for this scenario.