Hello Webix,
Anyone can help me, how to make Master Radiobutton on Datatable? like Master Checkbox in this sample : https://docs.webix.com/samples/15_datatable/04_editing/16_master_checkbox.html
This is sample for radiobutton
https://snippet.webix.com/5gn15q68
I Want to add Master Radio Button each Column "None","User","Admin"
Thank You
Comments
anyone can help?
check this
https://snippet.webix.com/qr7px3t3
Thank you @integral
How i can set the template on header with active or not active value ? like set 'webix_radio_1' or 'webix_radio_0' in header
try to pass value on custom_radio call
"User"+custom_radio(null,null,1)
or"User"+custom_radio(null,null,0)