Hi, I have dataTable component with dataScroller. On the first load of the page, the table consists of 10 rows (number of rows on the page is also 10). No page numbers are shown in scroller (which is OK). After that user presses button, that takes him to other page where he adds new row. Then pressing on 'submit' takes him to the page with table and scroller. Despite of fact that table now consists of 11 rows (I checked in debugger), there are still no page numbers, but only 'arrow' images. Only after user presses on 'arrow' forward, on second page are shown page numbers.
Should I fire some event when new row is added? Thank you, Igor Laberov

