Dears,
I have a problem similar to posted by Wilder. My application has a table records and I would like to do automatic scroll to set a selected line number in the first position of the list table window. But I can't get to do this using the posts recomendations (Section Index and ScrolltoElement). Can you help me?
Thanks,
Roberto Campos
Easy Batch wrote:
You can try Luis' suggestion and put a hidden anchor inside each line with a dynamic name attribute value (i.e, a string + table.currentRowNumber).
André Siébra wrote:
Thanks André!! It works very well. Only for register: I included a column in my table record (the first column) with Luis example but setting the escape cont to no (in the expression of the column). Using the other recommendation (action RunJavaScript) the table is appointed where I wish.
Best regards,
Roberto