cancel
Showing results for 
Search instead for 
Did you mean: 

what is the role of Parameters countMode: 'Inline' in Binding of rows in TreeTable SAPUI5

Viswanath
Participant
0 Kudos

Hi All,

I am implementing TreeTable as suggested in Explored using Odata Annotations.

<TreeTable
        id="treeTable"
        selectionMode="MultiToggle"
        enableColumnReordering="false"
        expandFirstLevel="false"
        rows="{
            path : '/EntitySet',
           parameters : {
               
              countMode: 'Inline' 
            }
        }">

Could any one please help and explain what is the role of Parameters, countMode: 'Inline' in Tree Binding

Thanks,

Best Regards,

Viswanath

Accepted Solutions (0)

Answers (0)