Forum Discussion
주현 김
Aug 19, 2016Iron Contributor
Column width resize in modern list
I am using modern list, and it is truly great, very well designed. Anyway, I am using 6~7 columns, and "title" column's width is unnecessarily long, thus i have to scroll right to see entire colu...
Deepak Singh
Sep 11, 2018Copper Contributor
A simple workaround, just in case someone hasn't discovered yet.
step1. Create another column, and name it similar to the title column you need, with a calculated value =[title column]
step2. In your required list view, exclude the original Title column and include this calculated column ordered at first place (as was the original title column)
step3. We can now change the title column width
Michael Tippett
Sep 11, 2018Copper Contributor
not a good solution as you lose the (link to edit item)
I did use this solution with some fancy Json Formatting to kind of duplicate it, but it was a bit of a huge pain.