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

Table sizing #101

Closed
ronakmshah opened this issue Oct 15, 2016 · 4 comments · Fixed by #180
Closed

Table sizing #101

ronakmshah opened this issue Oct 15, 2016 · 4 comments · Fixed by #180
Assignees

Comments

@ronakmshah
Copy link
Contributor

While working on AAR-Domain dashboard which has top20-talkers-domain visualization, I noticed that if the no of columns grow more than certain, it does not fit within the table container (borders).

@curran
Copy link
Contributor

curran commented Oct 17, 2016

What is the behavior you would like to see here? Some ideas:

  • Introduce a horizontal scroll bar and hide the content that is outside the grid rectangle.
  • Make the columns extremely narrow, such that the text inside the cells gets cut off.

@ronakmshah
Copy link
Contributor Author

@curran I think horizontal scroll bar is a better solution. Also, reducing the size of the font may help a bit?

@curran
Copy link
Contributor

curran commented Nov 7, 2016

I think I can tackle this with some small changes in DOM structure and CSS.

@curran
Copy link
Contributor

curran commented Nov 7, 2016

This is the behavior we're having now:

image

The table goes outside the boundaries of its container.

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

Successfully merging a pull request may close this issue.

2 participants