-
Sub-task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
AT:
- When the table is initially rendered, every column has a width of at least 100px
- I can still decrease the column width after initial rendering, so that the minimum width of a single column is 40px
Context:
Right now, when the table columns are rendered minimum width is to small. If we have a lot of columns this can result that we cannot distinguish the single columns anymore.
Hint:
- Maybe a minimum column width for rendering the column width of 100px is a good value.
- We should keep the minimum column width after rendering to 40 px. That's the column width that is at minimum possible to adjust manually by dragging the column.