Hello! 馃槃
For this type of question, I suggest using Stack Overflow with a #react-window tag. Issues are reserved for bug reports and feature-requests.
This helps keep the project somewhat more maintainable for me _and_ hopefully gets you an answer faster (since more people check those places than monitor GitHub issues). 馃槃
You'll want to start off with either VariableSizeList or VariableSizeGrid. Also when you post, I suggest showing what you've tried (e.g. link to a Code Sandbox or something) rather than just asking an open ended question like this.
Sorry, i saw the question label and throw it here without enough context (and example). Thanks for the advice !
No problem 馃槃
I don't mind helping with questions and all, but this one seems pretty open ended. Try narrowing it down first! 馃榿 Good luck!
@Julienng there's a working example of expandable rows
Thanks for the example, i make it works with Grid of react-virtualized and a custom cellRangeRenderer to wrap all column inside the same div and calculate the size / position of all element (column, expand, break, aggregate by break, etc) correctly. I want to migrate some day to react-window but it works pretty good right now for my use case. Thanks anyway for the example, it could be useful !
Most helpful comment
Thanks for the example, i make it works with Grid of
react-virtualizedand a custom cellRangeRenderer to wrap all column inside the same div and calculate the size / position of all element (column, expand, break, aggregate by break, etc) correctly. I want to migrate some day toreact-windowbut it works pretty good right now for my use case. Thanks anyway for the example, it could be useful !