mleibman / SlickGrid

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

How slickgrid removes invalidated rows #970

Closed ghost closed 10 years ago

ghost commented 10 years ago

I have a custom formatter that listens mouse clicks. Works perfectly. But i am in doubt with memory leak. As i know the listener must be removed by invoking "off". Or the cell container must be removed by empty().remove().

Is slickgrid aware of that?

ghost commented 10 years ago

Same as https://github.com/mleibman/SlickGrid/issues/855 Closing.