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?
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
},
I think, issue is, you hide the edit button so it show bigger.
Nowadays it doesn’t show the “Edit” button. I wonder why?