SlickGrid icon indicating copy to clipboard operation
SlickGrid copied to clipboard

Remove jQuery objects from row cache

Open 6pac opened this issue 6 years ago • 0 comments

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.

6pac avatar Jun 10 '19 13:06 6pac