elasticsearch-head icon indicating copy to clipboard operation
elasticsearch-head copied to clipboard

Inefficient Horizontal Scrolling

Open gayanath opened this issue 11 years ago • 2 comments

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

gayanath avatar Apr 03 '14 05:04 gayanath

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?

sokratisg avatar May 16 '15 14:05 sokratisg

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

cweiske avatar Oct 19 '17 07:10 cweiske