click event listener from table row

All I need to accomplish is a single click event from a table row, so if a user double click on a row should be no action. Currently I have checked “if (event.isDoubleClick()) return;”, but its not working. Because now what is happening is that, when I double click on a table row the event gets fired twice or the data is loaded twice

Any help please