I want to adjust the column width for listview.
I tried to config field “Columns” but it didn’t work.
Does anyone have solutions for adjusting the column width of listview via config or client script?
I want to adjust the column width for listview.
I tried to config field “Columns” but it didn’t work.
Does anyone have solutions for adjusting the column width of listview via config or client script?
I worked for the table, not for the listview. width automatically set base on listview columns.
Not sure, but you have to check the listview grid code and apply js to fix it.
Hi @thanathip,
We created a YouTube video about this issue; please check it out. You can enlarge the field size using ListView JS and make it scrollable.
hello @thanathip
I believe there is no direct way to achieve this. While there is an option to adjust column width in the child table, you must override it for the list view.
please refer this one i hope it’s works for you