Sébastien Lepage

Results 137 comments of Sébastien Lepage

@mertsincan any news on this? I could actually be wrong on this, because I can see the filterValue is decoded in `DataTable#processUpdates` (fix for #8992), and also filters are no...

Ok, turns out I wasn't completely mistaken in my coment https://github.com/primefaces/primefaces/issues/9990#issuecomment-1496607234 If instead of storing filterByAsMap in the `StateHelper`, we have it as a simple attribute of `DataTable` it'll work......

> I'm trying to get my head around as to why Confirmable even exists. Maybe this could have been implemented without such additional interface. We all welcome new ideas to...

Another solution would be implement something like multiviewstate, so far we've using it for UIData component but I think we can also do it for non UIData. The "issue" I...

PrimeTek has already been pinged regarding this, and no answer. Community is aware of it, and also I'm trying to make it backward compatible as much as I can. If...

Don't wait for this PR to be merged, I don't think it's gonna happen anytime soon (few things must be done before having this merged)

@primefaces/primefaces-committers I'm actually thinking of not keeping the backward compatibility here, it's a lot of hassle to make it so for a feature which is not so much used... Hence...

No you're right, I had look on issues, and col group are used more than I thought... But it doesn't change my previous statement on how tricky it is to...

The "autoscroll" is quite funky, we should try to fix it for 13.0.0 (as it is a common scenario). Regarding this part maybe @mertsincan can help us, something off in...

Why not using resolveComponent instead of resolveClientIds? And doing like you did in OutputLabelRendederer