Webix DataTable with Widget Column Possible?

299 Views Asked by At

As like ExtJS/Sencha

Extjs Widget Column Documentation

Is it possible to have widget columns in webix Datatable. I have requirement to draw range slider, combobox,checkboxes inside cell.

2

There are 2 best solutions below

0
Synn On

There is some defaults widgets directly out of the box:

Checkbox and radio widget inside table

But unfortunately not the slider one. Maybe you can use a subview or some kind of trick. Or maybe you should switch to a more complex widget like the DataLayout one:

DataLayout with slider view inside it

1
Anas Hashim On

I think you can use cell template to achieve it. You can provide any HTML template to that.

https://docs.webix.com/datatable__templates.html