Hi!
I am using version 12.3 and working with the NestedRows plugin. In order to work with data properly (e.g. determing the hierarchy level of a row) I have found out that I need to use the dataManager object in the plugin.
But this does not provide any type definitions. You also don’t have any documentation about the dataManager in the official docs.
Could you check, if you could add some type definitions?
dataManager is a part of our internal API, that’s why it isn’t described in our documentation and doesn’t have type definitions. In general, we don’t recommend using it, as its methods can change without any notice.
Do you provide any other way to retrieve the hierarchy level of a row, or a way to iterate through the hierarchy and get the row mapping to the visual index, for example?
The only way for me to get this done, was by using the dataManager object.