Skip to content

Scrollable target #391

Open
Open
@ketewan

Description

@ketewan

I have a table that I want to make virtual. Since I don't know the height in advance, it is not possible for me to render all columns one by one in one row (think of a column as of one item) and I should rather render different rows as different virtual-lists. As I wanted to have scroll synced trough all that rows, I had to introduce a small patch - make scrollable container ref prop, wrap all rows in a scrollable container and pass this ref to virtual-list component. (something similar to pageMode, but with arbitrary container. Can the same be somehow achieved without library patching? If no, would it make sense to introduce this feature in a library? Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions