SlickGrid
SlickGrid copied to clipboard
Remove jQuery objects from row cache
Since the integration of the Frozen columns and rows feature, the row cache objects are now jQuery objects. This makes sense, in that several DOM objects can be wrapped into a single jQuery object and operated on as a group.
However for performance and 'weight' reasons, it would be better to rewrite the handling code to handle plain DOM objects.