litellm/ui
Yuneng Jiang 89508405e1
fix(ui): make resizable DataTable columns fill available width
When a resizable DataTable pinned its width to table.getTotalSize(), the
table became exactly the summed pixel width of its visible columns. Hiding
columns via the view options menu shrank that sum below the container, so
the table stopped filling its box and left an empty strip on the right

Set the table to width 100% with min-width floored at the summed columns
instead. The columns now stretch to fill the container and redistribute
when columns are hidden, while still scrolling rather than squishing once
the summed widths exceed the container. This mirrors the min-width pattern
the view_logs table already uses, and fixes every resizable table built on
the shared component at once
2026-07-11 17:37:16 -07:00
..
litellm-dashboard fix(ui): make resizable DataTable columns fill available width 2026-07-11 17:37:16 -07:00
Dockerfile feat: add componentized proxy deployment with gateway, backend, ui, and migrations (#27557) 2026-05-16 09:25:17 -07:00
nginx.conf feat: add componentized proxy deployment with gateway, backend, ui, and migrations (#27557) 2026-05-16 09:25:17 -07:00