datatable with radio button , switch horizontally not vertically

Hello,

I have a datatable with 2 columns with radio buttons

I use : https://docs.webix.com/datatable__controls.html

When I click in a row of datatable, I want that radio buttons switch horizontally, by default radio buttons switch vertically in datatable.

Any ideas ?

Thanks

Hello,
Unfortunately, there is no good solution for this. You can try to add radio buttons to separate cells in a row, but they will be independent from each other.
Example: https://snippet.webix.com/bu7wgoh7

As a sane solution you can:

Thanks :wink: