window-table icon indicating copy to clipboard operation
window-table copied to clipboard

Expand rows

Open marizuccara opened this issue 6 years ago • 1 comments

Hi! Is there a way to expand some rows on a interaction?

marizuccara avatar Nov 20 '19 16:11 marizuccara

Hi @marizuccara

Unfortunately, I haven't found a way to do that with any virtualization library so far. This is because react-window uses absolute positioning to render the rows virtually.

This is likely not impossible, it's just that it's not trivial on how to do that. If it's doable by some other library, it's probably doable with window-table as well. Do you have any other examples which do that?

I will have a deeper look into this. There might be a way to use the index of the row to change the absolute positioning of the rows.

pupudu avatar Dec 01 '19 02:12 pupudu