valor-software / ng2-table

Simple table extension with sorting, filtering, paging... for Angular2 apps
http://valor-software.github.io/ng2-table/
MIT License
553 stars 336 forks source link

Get clicked element on cellClick #587

Open lipeavelar opened 6 years ago

lipeavelar commented 6 years ago

Hi, there's anyway to get the clicked element on cellClick event? I was trying to create buttons dynamically, but I couldn't attach click event, so, if there was anyway to get clicked element, I could trigger mine onClick event...