ocket8888 commented on a change in pull request #3739: TP: adds the ability to
rearrange delivery service table columns as well as toggle column
visibility/searchability
URL: https://github.com/apache/trafficcontrol/pull/3739#discussion_r309341842
##########
File path: traffic_portal/app/src/common/modules/table/_table.scss
##########
@@ -19,6 +19,7 @@
table {
width: 100% !important;
}
+ overflow: auto;
Review comment:
Instead of this, you could set [the scrollx
option](https://datatables.net/reference/option/scrollX) on the table. With
this overflow, you can still leave pagination and other controls behind as you
scroll, though the sidebar and title stay put properly. I tested with
`"sScrollX": "100%";` and got the desired behavior of scrolling only on the
table, but the docs claim that `scrollX: true` will work just as well.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services