Teamcenter Connector Toolbox Samples - Tree Table Widget issue

0
On Teamcenter Connector Toolbox SamplesLatest V 3.2.0 · Require Studio Pro 10.24.13 or higherI am getting a TreeTable widget problem which has been used in this moduleKindly please help for an alternative
asked
1 answers
0

Hi Antariksh,


The Tree Table widget is deprecated / not supported in recent Mendix versions used by the Teamcenter Connector Toolbox Samples.

Alternative options:

  • Use Data Grid 2 with a self‑referencing (parent–child) association
  • Build a custom hierarchical list view using nested data views
  • Use a third‑party tree widget compatible with your Mendix version

These are the recommended replacements for Tree Table functionality.


answered