cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Tree Table loads data only in client operationModeand not in server operationMode

Aastha26
Newcomer
0 Likes
263

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

SAPUI5 OData  SAP Fiori Makers 

Accepted Solutions (0)

Answers (0)

Ask a Question