EvHaus / doby-grid

An HTML table element on steroids.
Other
14 stars 5 forks source link

Resizable Rows and Nested Grids - Nested grids are destroyed when grid or row is resized #190

Open thomb opened 9 years ago

thomb commented 9 years ago

With resizeable rows enabled, any nested grid gets destroyed when the grid itself is resized or when any row is resized.

This is no isolated a grid nested within a specific row, all nested grids are destroyed regardless as to where they are nested

EvHaus commented 9 years ago

The row resize feature requires that all cells for that row are completely invalidated and re-rendered.