Is there a way to trigger the table UI element to scroll up or down? I have a table element with a set number of rows to be displayed (16). I have a button which adds records. After I add the record, I do set the lead selection of the table to the last record added. Once the number or records exceed 16, I have to physically scroll down to see the newest records added. I would like to automatically scroll down to the last record.
Thanks.