How to set column widths in a Q-Table?
-
How do you set the column widths in a q-table?
I was able to create a table with enterable cells using q-input but the column widths are all the same.
For a table, some columns need to wider than others. I can’t find anything in the docs. This should be easy to configure.
-
same question here! Help!!!
-
in script columns : [
{
acoes :‘acoes’ ,
label: ‘acoes’,
align: ‘left’,
field: ‘acoes’,
style: ‘width: 20px’,
}, -
Hi @jairomonassa , could you share sample implementation for this problem? thanks