I want to do some fixes on the dataScroller - but i've got a problem. I am setting the firstRow in getFirstRow - which is the value that decides which is the first row to be rendered, is it? - to 0 in certain cases. According to debug output - getUIData.getFirst() is set to 0 - but the table which is child of the scroller still shows from the last position, instead of 0.
If i use getUIData.setFirst(0) it works everytime - but than the scroller is broken. If i use getUIData.setFirst(myvariable) and this one is set to 0 - i doesnt work ... mysterious? Any hints whats wrong here? kind regards

