elasticsearch-head
                                
                                 elasticsearch-head copied to clipboard
                                
                                    elasticsearch-head copied to clipboard
                            
                            
                            
                        Inefficient Horizontal Scrolling
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
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?
The problem in a screenshot: 