Hi!
Is there any way to disable/ignore onItemClick in a datatable? My problem is that I want the item to be selected only if double click event occurs. I’ve tried to return false in onBeforeSelect, but double click is affected too.
Thank you very much!!!