Happy2Play 9447 Posted November 19, 2020 Posted November 19, 2020 (edited) With the table size increasing it is more functional freezing the header row and having overflow scroll. #libraryReportManagerPage .content-primary {padding-bottom: 1em;} .reporContainer { overflow-y: scroll; height: 630px !important; } .tblLibraryReport th{ position: sticky; top: 0; background: black; z-index: 1; } @Luke, I did this to fix this issue when arrowing right on the table. Edited November 19, 2020 by Happy2Play added initial issue
Happy2Play 9447 Posted November 19, 2020 Author Posted November 19, 2020 1 minute ago, Luke said: You mean the sidebar overlap? Yes the table expands to full screen width, when you arrow right within the table to see the other columns.
Luke 40119 Posted November 19, 2020 Posted November 19, 2020 Wouldn't it be better to scroll horizontally?
Happy2Play 9447 Posted November 19, 2020 Author Posted November 19, 2020 3 minutes ago, Luke said: Wouldn't it be better to scroll horizontally? It potentially needs both with the amount of columns and freezing the headers. But I guess it comes down to on screen vs export.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now