Table column width setting

How do I set the column width?

I want my columns 100px for the first 4 and 300px for the last column.
I had attempted these settings on the last column.
It still appears much narrower when I open the views.

Running Ignition 8.1.0

Read the manual, it’s in there…
https://docs.inductiveautomation.com/display/DOC81/Perspective+-+Table

If you’re not seen any change, I bet you field name is incorrect.
Note, you don’t need to put px sufix

1 Like

What makes you think it is there?
I only saw 5 references to width.

I will try without px.

THANKS without PX worked!

Do you REALLY need fixed widths ?
You could remove strictWidth and use 1, 1, 1, 1 and 3 as width.

Otherwise, as @jespinmartin1 said, make sure your field props are correct, and remove px

2 Likes

Because I know how to read! :slight_smile:

I think there might be an issue with my browser or something.

when I look at
Perspective - Table - Ignition User Manual 8.1 - Ignition Documentation (inductiveautomation.com)

I do not see what jlandwerlen sees:

Neither of these appear for me.
I think I may be asking silly questions about simple things because possibly, I am not getting the full picture in some of the menus. I am not sure.

For me:

I get 5 results for width. One in user functions for temporary resizing width, and then the ones in the image above.

is there a way to get the full manual pages or a better advanced view or something?

It’s because it’s in the columns subsection:

image

You need to click that link to expand the section and get details.

1 Like

Thanks