Hi all!
Looking for a way to set the current selection in a table programmatically (rather than having to click on it) as the actual table is not always visible.
Something along the lines of:
params.getParam('myTable').selectedIndex = myIndex;
or:
params.getParam('myTable',myIndex).selected = true;
Is this possible?
CJ