You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The grid size seems to be fixed and is not responsive to the grid content. This results in the grid being bigger than its actual content (see screenshot)
Describe the solution you'd like
The grid size should be responsive to its content
Pay attention to the right end of the grid.
The text was updated successfully, but these errors were encountered:
Description of changes
Addresses #112 by introducing a columnresize listener which adapts the projectGrid width to the set column size.
Also adjusts css to set minimum-width for individual columns.
Finally introduces breakpoints to resize projecttitle column if screen is too small for entire grid
Technical Details
Apparently Vaadin 8 doesn't allow for adding styles to an already styled component, therefore the styling of the components of the projectgrid had to be centralised.
Also manual resizing of a column should actually be discouraged since it's disables the automatic size calculation from vaadin. See response by Henri Sara in this thread.
Is your feature request related to a problem? Please describe.
The grid size seems to be fixed and is not responsive to the grid content. This results in the grid being bigger than its actual content (see screenshot)
Describe the solution you'd like
The grid size should be responsive to its content
Pay attention to the right end of the grid.
The text was updated successfully, but these errors were encountered: