open-build-service icon indicating copy to clipboard operation
open-build-service copied to clipboard

fix(Monitor): resize table width dynamically

Open hendrixfan opened this issue 3 years ago • 3 comments

  • as described in DataTables Doc 'width: 100%' sets the table width relative to the page.
  • but this also creates a problem for the fixed column as its width is not properly calculated when scrolling horizontal. To fix this I added padding to the table header.
  • Fixes #11235

Here is a screenshot of how it looks:

** Before ** image

** After ** image

hendrixfan avatar Jul 10 '21 18:07 hendrixfan

@hendrixfan Thank you for your contribution! Can you, please, check out and try to fix the issues raised by the checkout_code check?

danidoni avatar Jul 12 '21 08:07 danidoni

@danidoni done

hendrixfan avatar Jul 12 '21 08:07 hendrixfan

Thank you @hendrixfan for submitting this PR, but sadly, it doesn't seem to resolve the issue. As you can see here, the table is still overflowing on the scrollbar and buttons in both versions:

With current code from master: master

With this PR: pr

dmarcoux avatar Jul 12 '21 19:07 dmarcoux