I am working with an HTMLB Tableview where I need to regularly update its firstRowVisible
property every 3 minutes with a dynamic value. For example, if it starts at zero, after 3 minutes it should be set to 21 and continue increasing by a certain interval.
Could you provide me with a potential solution for achieving this requirement?