Is there any solution for tree table to load large data.

I have a trouble in tree table when load large data.
Can I use LazyQueryContainer in tree table?
Or are there other solutions?

I’m not sure if it will work expectedly that I want to create a custom container.

class CustomContainer extends LazyQueryContainer implements Hierarchical

And then set the container to the tree table.