Sébastien Lepage

Results 137 comments of Sébastien Lepage

I think this one should be easy to fix, we should exclude facets from saving/restoring descendant state (that's what JSF impls do also) but we need to know what commit...

Turns out, that was probably useful for DataList, this is the only component I see where we have a facet per row (e.g definition)

Nice! I'm not working on it right now, but if you have something in mind, please go ahead 😉

Should be simply backport what BalusC is saying here: https://github.com/eclipse-ee4j/mojarra/issues/5229#issuecomment-1616684697 ?

I don't think there is much to do here, `DataTable#loadLazyScrollData` does what you need, you just need to play with the offset and update your datatable

Closed as solution provided here https://github.com/primefaces/primefaces/issues/7837#issuecomment-1439169993

IMO, it should look like this: **DataTable** - `selection` ✔️ - `selectionMode`: single, multiple ✔️ (automatically detected using `selection` VE) - `selectionRowMode`=new, add, none (ex `rowSelectMode`) :hammer: - `selectionDisabled`: true,...

@tandraschko I can take a look at this one, just need feedbacks from @primefaces/primefaces-committers about the last attribute I mentionned (e.g `selectionBox`, name can be discussed)