How to resize first column in Table in Dialog Box

Please check this below image.

for class .col max-width is set to 100% how to decrease it to 5%.

Is there another way to do that?

It’s a dialog box, then share the code:

you can use the columns in the child table

Example:

            {
                label: 'Purchase Order',
                fieldname: 'name',
                fieldtype: 'Link',
                options: 'Purchase Order',
                in_list_view: 1,
                read_only: 1,
                columns: 2
            },
2 Likes

Thanks for replying @NCP
I want to resize first column only.

I think, issue is, you hide the edit button so it show bigger.

1 Like

Nowadays it doesn’t show the “Edit” button. I wonder why?