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 29, 2020
Yes that is how responsive design works. However, removing the width limit is only going to make it better. The web parts will still adapt to the browser width and work as usual.
There is no reason to fear minor DOM manipulations. 🙂
There is no reason to fear minor DOM manipulations. 🙂
GulianiG
Sep 29, 2020Brass Contributor
ArefHalmstrand Thank you so much for confirming that.
Being able to have the widest screen possible irrespective of devices would make sense.
Because almost 40% users have extended monitor for display that is very large in comparison to our laptop screen users. And if this functionality can cater to both- nothing like it! Looking forward ![]()