Disable duplicate select on dataTable

When selecting the same line twice (in Primefaces datafile) the rowSelect

ajax behavior is triggered both times. Is there a way to optimize this and not update a second time when the same row is selected?

Notes: Primefaces 5.0

+3


source to share





All Articles