josebalius / ngReactGrid

A really fast Angular grid using the power of React to render. Based on ng-grid and jQuery DataTables.
http://josebalius.github.io/ngReactGrid/
MIT License
328 stars 47 forks source link

Support auto show/hide Horizontal scrolling bar #58

Closed dungvu-novus closed 4 years ago

dungvu-novus commented 9 years ago

In version 0.7, we only set or not set show Horizontal scrolling bar only. If we have 2-3 columns or 20 columns, the grid will shows Horizontal bar when set this. Could you create a param to support auto show/hide Horizontal scrolling bar if all the columns size larger than the placeholder. And when you finish feature "Resizeable columns", this params is becoming most wanted request. :) Thank for support,

josebalius commented 9 years ago

@dungvu-qe good point. I'll see what I can do with some free time coming up.