I would like to know if there is a way of disabling the radio-based row selection for a given set of rows in Primefaces, based on a bean property.
Example:
Since 4.0 version, Primefaces datatable comes with a disabledSelection property.
disabledSelection
Then, when foo.bar == 1 is true, checkbox will be disabled.
foo.bar == 1