On 8/16/06, Michael Heinen <[EMAIL PROTECTED]> wrote:
But I have an open question to your 3rd approach: If my datatable contains a List with ItemHolders, how can I achieve that always n Items (not ItemHolders or SubItems) are rendered on each page?
Would I have to create a new Renderer for the table and a new Scroller if the dataModel contains a List with ItemHolders?
I don't know the answer to this. I know that DataTable contains "first" and "rows" variables to represent pages, so my guess is that you'd need to change the DataTable component rather than the renderer or DataScroller.

