This topic is locked
[SOLVED]

 Resize Column in List View

11/4/2013 4:25:46 PM
PHPRunner General questions
S
slapp1 author

Have a table with a lot of columns for the user to see using the List Page. How do I re-size a column? I want to make the columns narrow, even thought the fieid name in the column is long. For example, I have a field called DEPARTMENT_CODE, but the data is only 3 numbers, such as 123. I want to make this column smaller. However, when I try to resize it using the Visual Editor screen, it will not allow me to resize it smaller. Do I need to modify the HTML to do this?

Sergey Kornilov admin 11/5/2013

You can right-click on this column in Visual Editor, choose 'Cell properties', set width to 20px for instance and check off 'Apply to whole column' checkbox.

S
slapp1 author 11/5/2013



You can right-click on this column in Visual Editor, choose 'Cell properties', set width to 20px for instance and check off 'Apply to whole column' checkbox.


Thanks! That works great.