Hi everyone, I am trying to read data from a HTMLDataTable instance without much sucess.
The sceanario is the following. I have a HTMLDataTable that is showing, lets say, 10 rows per page, but actually the model contains 30 rows and there is an associated pager. Now, I want to iterate through the data on the model with setRowIndex(), and get the appropriate data at the current row. I have found out that the HTMLDataTable uses a _SerializableDataModel internally that wraps an instance of PageableUserDataModel. When the _SerializableDataModel is created it throws away the rows it does not care for the current viewable page. All the other JSF tables that we use behave as expected. Is there any way to really read through the table's contents? Thanks in advance, Paulo PS: I forgot to say that I am using tomahawk 1.1.6
