Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cell width is not appropriate and also its not bound with the header #35

Closed
nick9822 opened this issue Jun 10, 2018 · 1 comment
Closed

Comments

@nick9822
Copy link

Please see the image below when the report loads at first the cell width is with respect to the header and even its having overflowing values there is no horizontal scrollbar at the bottom.
image
So when I tried to increase the width by dragging it, the horizontal scrollbar appeared but it messed the layout when I dragged it.
image

This may be a temporary fix but I made it work by adding $.scrollbarWidth() to the width for 'bodyScrollable`

const width = $.style(this.header, 'width');

But the horizontal scroll, its still unsolved.

@nick9822
Copy link
Author

nick9822 commented Dec 4, 2019

Maybe this is not relevant now. I will open again if needed.

@nick9822 nick9822 closed this as completed Dec 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant