Table: Scroll selected row into view

When I use table.setectRow() I would like the table to scroll to the row I just selected.

Or add an optional boolean parameter (defaults to false to maintain backward compatibility) which triggers a scroll.

Another option would be to have a table.scrollTo() method.

Honestly, I thought we already had this functionality. Great ft req, thank you :pray: