Catching an added row click event

Catching an added row click event

itaiditaid Posts: 1Questions: 1Answers: 0

Hello to all.
My problem is catching an added row click event/
I am able to catch a regular clicked row event. The problem is I can't seem to catch that same event on a manually added row since it has no 'tr' attribute.
I catch the event with

"$("#Table tr").on("click", function () {} "

this function,
and add row with

"oTable.row.add"

this function.
What do I need to change?

Thanks in advance

This discussion has been closed.