I want to display halflings-icon edit icon on column and after click on that it fire to js event?
I want to display halflings-icon edit icon on column and after click on that it fire to js event?
RajeshV
Posts: 9Questions: 8Answers: 0
how i add new column and icon on every row then how to fire the javascript event on icon click?
This discussion has been closed.
Answers
You would just add the column in the HTML and you could use
columns.defaultContent
to add the icon. Then a simply jQuery event handler could be used to trigger an event on click.Allan