ng-click event not working
ng-click event not working

actually, i used row.add() api, in that i have added ng-click event which is not working.
table.row.add(x,'
<
p ng-click = "test()"'+y+'</p>',z).draw()
This discussion has been closed.
actually, i used row.add() api, in that i have added ng-click event which is not working.
table.row.add(x,'
<
p ng-click = "test()"'+y+'</p>',z).draw()
Answers
table.row.add(x,'
'+y+'
',z).draw()
"table.row.add(x,'
<a ng-click = "test()">'+y+'</a>',z).draw()"