org-scn-design-studio-community / sdkpackage

SDK Package of SCN Design Studio Community
Apache License 2.0
32 stars 29 forks source link

Replacement of methode expandContext on Row binding? #154

Open sdkwizard opened 7 years ago

sdkwizard commented 7 years ago

In a recent project we used the sap.ui.table.TreeTable under DS 1.6 SP1. To expand specific nodes before the table is rendered, we used the methode "expandContext" on the JSONTreeBinding, calling tableObject.getBindingInfo("rows").binding.expandContext(context); A few weeks ago, DS was updated on SP4. The function above seems to have disapperead completely.

Is there any replacement for this function? Any other way to achieve the described goal of expanding nodes before the table is rendered??