Hi, I'm using a Tomahawk DataScroller inside a DataTable. A separate button allows for changing current rows-per-page parameter. When this happens, I would like to reset the overall table to the very first row.
How can I reset the DataScroller internal position ? I use a custom paged DataModel, but calling setRowIndex(0) from inside the apply action is not enough, since I can see the DataScroller resetting this value to whatever it was before that action. I can't see any proper setter on HtmlsDataScroller component as well.
Thanks - Renzo

Reply via email to