Question: ValueTrees are incredibly useful, and cover functionally what XmlElements offer (but add to that!). The Juce TableListBox uses XmlElements (for both header and data) - is there a ValueTree version of the TableListBox component? If not, any reason why not?
I’m working on a series of plugins in which I store big amounts of dynamic data, which are shown in TableListBoxes. I store the data in Xml and that works great. But having the data in ValueTree object would save me a lot of manual coding that I now need to do to keep the UI up to date when data changes … that’s functionality ValueTrees adds on top of the functional equivalent of Xml … but since I need the TableListBox model I’m stuck with Xml it seems. Or am i?
Thoughts or opinions?