Sébastien Lepage

Results 137 comments of Sébastien Lepage

`maxResults` and `moreText` should be enough. To handle huge list, well, let's the end user be more accurate, in case of SQL, it'd be bad design to do an autocomplete...

+1 for the prefix, and since I like to keep things short and sweet, I would personnally go with `select` prefix I always miss something when I have to set...

Meta as in metaKey (just reused keyword from documentation). Actually, can't we simply remove Column#selectionMode? The presence of a flag like Column#selection as a Boolean and DataTable#selectionMode to decide whether...

Yes and btw, is here any difference between DataTable#rowSelectMode none and Column#selectRow?

Here is a workaround: ```xml ``` It's not the best option, creating a custom component would certainly be better, less fiddling and more performant

If you can upgrade PF 8.0 using deferred option that would be the best option, it contains a big fix https://github.com/primefaces/primefaces/issues/3815

Sounds like a good idea, since we can set `minWidth`, it would be very handy to set `maxWidth` too

Next time, even though your problem is explained in the forum, few lines explaining your problem would be better. It's an issue tracker, community expects to read issues and not...

You can create a Pull Request 😉

I'll the do the changes in core (although i'd like to find a better way to restore these properties as we can't simply add a new field every time an...