Sébastien Lepage
Sébastien Lepage
You wrote this though and it uses resolveComponent: ````xml
So `@next` is not a PFS then? PFS is only client side from what I read indeed, but is it really necessary for tooltip to support PFS?
Would be good idea to make editableValueHolder part of SEF yes.
I'd like to review this but I need to know if you're done with it? If I remember well, the whole idea is to replace `SortFeature` & `FilterFeature` with the...
I'm currently reviewing/refactoring/polishing the new lazy models, I'll submit a draft PR soon and would like to see it for 14
Just catching up, but if `p:repeat` has been removed on account that `ui:repeat` is now stable in 2.3, that means users who are in 2.2 must upgrade to JSF 2.3...
Indirectly I feel, we asking users to upgrade to Mojarra 2.3 then? But PF remains compatible with 2.2 (because of MyFaces like you said) From the migration guide: > `p:repeat`...
Oh my apologies, I didn't look in the 12 migration guide 😅 Looks great! Considering the name of this issue, shouldn't we also remove rowStatePreserved, rowIndex?
Don't think there is anything else to do here... Closing for now
The issue here is that you set 105 (which is not divisible by 20) as first when it should be 100 at best (or something divisible by 20). DataTable is...