|
Thanks Simon. As a further guess - I think we have to distinguish
between phase usage of such methods. I presume (hopefully) that position-based indexing is used only during rendering, and *not* during restore view/update model. In other words, we told the component to render a range [first, first + rowsPerPage -1], and only there I expect that row retrieval occurs by position, calling setRowIndex/getRowData/getRowKey along that range. At that point the game is consistent, since we are still retrieving data from the business layer. But I expect that during restore view/update model, only setRowKey/getRowData is used (if any updating is required), since the business layer might have changed positions in the mean time. Do you confirm that ? -- Renzo Simon Lessard wrote: Hello Renzo, |
- [Trinidad] about CollectionModel semantics Renzo Tomaselli
- Re: [Trinidad] about CollectionModel semantics Simon Lessard
- Re: [Trinidad] about CollectionModel semantics Renzo Tomaselli
- Re: [Trinidad] about CollectionModel semantic... Simon Lessard
- Re: [Trinidad] about CollectionModel sema... Renzo Tomaselli
- Re: [Trinidad] about CollectionModel... Simon Lessard
- Re: [Trinidad] about CollectionM... Renzo Tomaselli
- Re: [Trinidad] about Collect... Simon Lessard

