Does render_array() in TreeConnector support smart rendering

Hi,
I tried this function, but it doesn’t work.

So now I temporarily create the dom tree manually, using the incoming $_GET[“id”].

render_array will not work for dynamic data loading, it can be used only to load all data at once.

It just modifies the tree id from “0” to incoming $_GET[“id”], so I think you could consider to support it.