minop1205 / react-dnd-treeview

A draggable / droppable React-based treeview component. You can use render props to create each node freely.
MIT License
519 stars 69 forks source link

Feature request: children pagination #130

Open Nerevar123 opened 2 years ago

Nerevar123 commented 2 years ago

Overview

Hello, thanks for this great library!

Some of my nodes have more than 1k children, so I have a problem with rendering such a big count of nodes. is it possible to implement some pagination, like rendering a small count of children with the button "show more"? Or maybe you can advise something about this kind of problem?

jeevasusej commented 1 year ago

Is it possible to integrate with https://github.com/bvaughn/react-window

Nerevar123 commented 1 year ago

@jeevasusej didn't see pagination examples there, problem is rendering 1000+ children together