Skip to content

Setting auto-width on a column without defining q-td #14045

Discussion options

You must be logged in to vote

You could make use of classes attribute while defining columns.

{
  name: 'members',
  label: 'Members',
  required: true,
  align: 'left',
  field: (row) => row.members,
  classes: 'q-table--col-auto-width',
  sortable: false,
},

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@anli-xsigns
Comment options

Answer selected by anli-xsigns
Comment options

You must be logged in to vote
3 replies
@Scanvaegt
Comment options

@pratik227
Comment options

@Scanvaegt
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants