Forum Discussion
josh_vts
Oct 11, 2024Copper Contributor
Document library web part looks wrong on coworker's side
Hi all, I have a document library web part on a page that looks just fine on my end (Edge browser). However, a coworker showed me that it looks wrong in their browser, and several others have...
josh_vts
Nov 19, 2024Copper Contributor
If anyone is still having this problem with their custom views coming out looking wrong, I found a way to fix my issue.
In my JSON formatting code for this custom view, I had
"hideColumnHeader": trueI changed it to:
"hideColumnHeader": falseI saved the view, went back to the page, re-applied the custom view to the page (you can remove it and add it back) and adjusted the columns to be bigger.
I saved that view, then went back into my JSON code and change the value back to true.
The view then displayed just fine.
I hope this helps someone out there!