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

Make table body smaller

Open cyberhck opened this issue 9 years ago • 0 comments

In browser UI, when I have a lot of products, height of table goes around 7000px, and when I search for something and get only one, it's really annoying to scroll using shift as the scrollbar is at bottom (not checked, it is at least not in in visible area, it's set to auto). So what I purpose is to have the table body small so that I can scroll down:

selection_046

currently, it's something like that.

I want something like this: selection_047

Since I've not got much experience with whatever JS you're using(kind of looks like angular2, but not so sure, for sure it's not aurelia or react), I'm gonna send a PR which will look something like:

selection_048

Best solution according to me would be to get rid of computed height which comes inline when table is generated.

cyberhck avatar Aug 26 '16 03:08 cyberhck