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.
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.
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