html - Making a Bootstrap table column fit to content - Stack Overflow

PHOTO EMBED

Fri Jun 07 2024 10:29:10 GMT+0000 (Coordinated Universal Time)

Saved by @xsirlalo #css

table.table-fit {
  width: auto !important;
  table-layout: auto !important;
}
table.table-fit thead th,
table.table-fit tbody td,
table.table-fit tfoot th,
table.table-fit tfoot td {
  width: auto !important;
}
content_copyCOPY

https://stackoverflow.com/questions/31184000/making-a-bootstrap-table-column-fit-to-content