Form control in Datatable cell

I’d like to use various form controls in a datatable.

I understand how to use the {common…} templates to make all the cells in a column the same, but I need different controls on different rows.

So is there a way to insert for example a slider on row 1, a switch on row 2, and a textbox on row 3 ?

Appreciate any ideas.
// Anders

For such cases we recommend to use plain HTML templates in datatable cells that can paint simple controls (text fields, buttons, icons, checkboxes, radios, etc).

At the same time, repeated Webix views can be easily used within Pro Data Layouts.