mleibman / SlickGrid

A lightning fast JavaScript grid/spreadsheet
http://wiki.github.com/mleibman/SlickGrid
MIT License
6.81k stars 1.98k forks source link

Add autosizeRatio column property #1014

Closed oadam closed 3 years ago

oadam commented 10 years ago

Adding a new autosizeRatio property for columns. Columns with a higher autosizeRatio grow preferably when autogrowing columns. To be more precise, available width is shared between columns proportionaly to both their current width and their autosizeRatio.