Moviri / recline

A simple but powerful library for building data applications in pure Javascript and HTML.
http://reclinejs.com/
MIT License
2 stars 2 forks source link

Extremely slow slickgrid on hover #57

Closed davidemalagoli closed 11 years ago

davidemalagoli commented 11 years ago

onhover events of slickgrid is too much slow and is called without interruption even if mouse is not moving

davidemalagoli commented 11 years ago

bind selection change not to redraw but only to a function that changes selection on rows?

davidemalagoli commented 11 years ago

not full redraw of table should be called on selection change

giobaldac commented 11 years ago

Changed the event called so that a full recreation of the table is NOT performed. Now it's faster