Christoph Straßer

Results 39 comments of Christoph Straßer

Sound´s interresting. This would make `filteredValue` obsolet? Thinking about implications of this: - no more issues issues because `filteredValue` is not updated correct (good) - people currently using `filteredValue` will...

@tandraschko - i agree to you. we just should avoid a 10.0.0 like mess. but we are in a better position this time. i also agree to @Rapster this should...

Needs to be done one a feature-branch + PR. Curious to see whether it works out.

We need to add a mutation of org.primefaces.integrationtests.datatable.DataTable006Test#testLazySelectionMultipleCheckboxes with pagination. The existing IT covers lazy + multiple selection without pagination.

We don´t have a bug. @SirError: You only need to modify your implementation of LazyDataModel#getRowData a bit. You had: ```java @Override public FakeDto getRowData(String rowKey) { if (rowKey != null)...

I wrote the passing IT and debugged the differences between the passing IT and the reproducer for about 1,5 hours... _selection aggregates the selected rows over all pages (maybe this...

This is the point in code where the reproducer failed before fixing getRowData: ![image](https://user-images.githubusercontent.com/10461942/143502790-1051bb9a-1a90-4445-bb52-64798ac56634.png)

@SirError : I agree to your argument. From my side my work is done. I merged my IT-PR. We now have DataTable006Test#testLazySelectionMultipleCheckboxesWithPagination. @tandraschko , @Rapster : Feel free to refactor...

Should we move this one to 12.0.0?