I have primefaces selectManyMenu and I want to select multiple items without using ctrlkey or something. Is there any way to do this ? I found richfaces multipleKeyboardFree for this, but in primefaces I have not found unfortunately
Richfaces example : http://showcase.richfaces.org/richfaces/component-sample.jsf?demo=extendedDataTable&sample=exTableSelection&skin=blueSky
Primefaces works only clicked in checkbox or clicked with ctrl, I don't want this. I want to click anywhere on row and it must work like richfaces example