How to set Event for custom checkbox and radio in datatable with Angularjs

How to set Event for custom checkbox and radio in datatable with Angularjs?Can give me a sample.

There is no special integration for custom checkboxes and AngularJS
You can use common way to set event handler

http://docs.webix.com/desktop__angular_events.html

Hi,
This my sample.But I got the error.Can you take a look?How to set event for each item in datatable?

http://webix.com/snippet/b506382b

Hello,

Events are attached to the datatable itself, not a separate column.

Still, you can define which column has been clicked or checked from the event parameters.

Check the snippet, please http://webix.com/snippet/b174c324