Hi all, i have table inside zone, like this:
<span t:type="zone"> <table> ........ long table......... </table> </span> table data gets bigger than screen, and usually people scroll it down. On zone update more rows can be inserted to the table and this force browser to position at the beginning of zone (span), which forces user to scroll down again. I believe this happens when prototype.js updates innerHtml property of zone container (span). Does anyone aware of how to stay on the same viewport position?