Hello,
We have a table that has the 'scrolling' feature enabled. We have a button that adds rows to this table. We are able to scroll this table up and down and it very nicely scrolls on our touch screen and gives a nice bounce effect and all when getting to the end of the scroll.
One problem, however. When I want to add a row, I use table.navigate/table.scroll action to scroll to the last element. This is to make sure the user can see the new row being added, even if it is currently not showing on the screen. This also works nicely. But, when I now try to scroll with my finger back up to the top of the list, it doesn't let me. Further, If I scroll down, the table will go past the end and show empty spaces X pixels in height (where X is height of row * number of rows I scrolled down using the scroll plugin). Is there any way to fix this?
Thanks,
Tony