0
votes

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

2 Answers

1
votes

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

0
votes

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