mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
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 |
||
|---|---|---|
| .. | ||
| litellm-dashboard | ||
| Dockerfile | ||
| nginx.conf | ||