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

Inefficient Horizontal Scrolling #126

Open
gayanath opened this issue Apr 3, 2014 · 2 comments
Open

Inefficient Horizontal Scrolling #126

gayanath opened this issue Apr 3, 2014 · 2 comments

Comments

@gayanath
Copy link

gayanath commented Apr 3, 2014

In the Browser tab, the height of the data table is set to a really big number and therefore the horizontal scrollbar appears far down. When we reach the scrollbar, we can no longer see the headings of the data table which make it very difficult to figure out at which column we are looking at, especially when there are lots of columns.

My current workaround is to change "this.body.width( width ).height( height );" to "this.body.width( width );" in following file.
https://github.com/mobz/elasticsearch-head/blob/master/dist/app.js

@sokratisg
Copy link

Thanks, that worked perfectly! Wish it was like that by default.

Is there any way to set the pagination count to also make the result set list shorter?

cweiske added a commit to mogic-le/elasticsearch-head that referenced this issue Oct 19, 2017
@cweiske
Copy link

cweiske commented Oct 19, 2017

The problem in a screenshot: 2017-10-19 elasticsearch horizontal scroll bottom

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

3 participants