Group of Radiobuttons in datatable row

Hello webix friends.

I have a datatable with radio buttons like this:

I would like to group radio buttons for each user so that I can only select one row of the same user. (Like in the image above) even there are many of the same user.

How can I do this?

Thank you for your help.

Michael

Hello Michael,

To group radio buttons for each user you need to use template to create your custom radio and write your custom logic for it .
Please check the example: Code Snippet

Thank you very much for your help Natalia :smiley: