Ensure child component column in tables always uses auto width

This commit is contained in:
Andrew Kingston 2022-02-18 14:58:49 +00:00
parent c19f24b2e0
commit e651663264
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@
order: 0, order: 0,
sortable: false, sortable: false,
divider: true, divider: true,
width: "auto",
} }
} }