How can the backing bean for t:dataTable determine the current page Index, and also how can the the rowCount be set independent of the actual size of the list, say given list size is 10, rows per page 10, but actual number of results available is 10,000, does that mean 10,000 elements must exist in order for t:dataScroller to convey the expected info correctly ? If there are any examples demonstrating the above, a link would be appreciated.
G.

