-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Description
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
cweiske
Metadata
Metadata
Assignees
Labels
No labels