mleibman / SlickGrid

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

Divide by zero issues #1190

Open soumyanilkundu09 opened 5 years ago

soumyanilkundu09 commented 5 years ago

Divide by zero issue on line no-1035,1058. The code follows- shrinkLeeway = 0, Line no-1035 var shrinkProportion = (total - availWidth) / shrinkLeeway; Line no-1058.

6pac commented 5 years ago

see: www.slickgrid.net Main GitHub Repository is now: github.com/6pac/SlickGrid