Make table body smaller
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:

currently, it's something like that.
I want something like this:

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:

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