You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: