mleibman / SlickGrid

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

does resizecanvas() reloads the data when called? #986

Open frendcarlo opened 10 years ago

frendcarlo commented 10 years ago

Hi, i dont know if i understand it wring but does resize canvas also reloads the data or it only resize the visible viewport of the grid when browser is resize from smaller to fullscreen. I notice that it only refill the list of data when I scroll. What I did is after I call resizecanvas i call onViewportchange.notify. what i dont like is it keeps on calling my ajax getdata each time it resize. Perhaps there is a better way to do this? Need some advice. Thanks.