open-build-service
open-build-service copied to clipboard
fix(Monitor): resize table width dynamically
- 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 **
** After **
@hendrixfan Thank you for your contribution! Can you, please, check out and try to fix the issues raised by the checkout_code
check?
@danidoni done
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
:
With this PR: