q-table fixed column width
-
How can i set fixed column width in q-table. How can i wrap overflowing table cell.
-
Try this at your datatable columns definition:
cols: [
{
name: “status”,
align: “left”,
filter: true,
sortable: true,
style: ‘width: 40px’,
type: “string”
},
] -
Hi @pavarine , could you please show sample implementation in setting style and in the q-td tag body and header, thanks
-
Any way to force a fixed column width?
just set the
style: 'width: 40px'
do not work.
Setting theheaderStyle
prop also does not work.
min-width
andmax-width
also do not work…
Is there any way to set a fixed column width? -
any update on this? I met the same issue
-
@tindecken see the other search results, https://forum.quasar-framework.org/topic/6290/q-table-custom-column-width-via-column-style-property/2