2025 Jun 26 1:14 PM - edited 2025 Jun 26 1:40 PM
Hello Experts,
I am developing a tree table with basic odata binding and tree annotations(same as given in SDK). However in my case data is shown only when I use operationMode:'Client'.
need to filter data based on some Phases, but with operationMode : client, the filter is ignored.
And when I use operationMode:Server, data is fetched from the backend ,but the table appers blank.
Please find below the xml code -
<TreeTable id="TreeTableBasic" rowActionCount="1" rows="{
path : '/MasterscreenSet',
parameters : {
countMode: 'Inline',
operationMode:'Client',
numberOfExpandedLevels: '{helperJson>/numberOfExpandedLevels}',
treeAnnotationProperties : {
hierarchyLevelFor : 'HierarchyLevel',
hierarchyNodeFor : 'NodeID',
hierarchyParentNodeFor : 'ParentNodeID',
hierarchyDrillStateFor : 'DrillState'
}
}
}"
enableSelectAll="false" selectionMode="None" ariaLabelledBy="title" class="teamTableText" rowMode="Interactive" enableBusyIndicator="true"
busyIndicatorDelay="0" dataReceived="onDataReceived">
Thanks & Regards,
Aastha
Request clarification before answering.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.