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