cancel
Showing results for 
Search instead for 
Did you mean: 

selection issue with invisible items in growingScrollToLoad

0 Kudos

Hi All,

we are displaying data using table  with the option   growing="true" growingThreshold="100" growingScrollToLoad="true" .

i want to select a record (setSelected)  from program dynamically which is not visible on screen( it will be visible only scroll down happens).

but it is not getting selected . iam using JSON model to bind the table .please let me know any inputs on this issue.

below is my code.

XML view :

<Table id="arlist" type="Active" growing="true" growingThreshold="100" growingScrollToLoad="true"

         mode="MultiSelect" growingStarted="ongrowing_article" width="auto" includeItemInSelection="true"

        rememberSelections="true" select="selarticle" items="{path: '/results'}">

Regards,

Shaik

Accepted Solutions (0)

Answers (1)

Answers (1)

jamie_cawley
Advisor
Advisor
0 Kudos

Hi Shaik,

If the record is not in the list, then it will not be selectable.  Only what is shown in the list is what actually exists within it.  When the growing occurs the items are dynamically added to it.

Regards,

Jamie

SAP - Technology RIG

0 Kudos

Hi Jamie,

Is there any alternate for this one, to achieve this functionality.

if we are not using growing list concept, we are facing performance issues.

Suggest is there any option via which I can fulfill this requirement.

Regards

Shaik

jamie_cawley
Advisor
Advisor
0 Kudos

I would just apply a filter to the list.

Regards,

Jamie

SAP - Technology RIG