all the kanban examples are in javascript? I need to init it through HTML… or else init it through javascript but target it to a particular div and not the entire body…
Any help with any of the two?
all the kanban examples are in javascript? I need to init it through HTML… or else init it through javascript but target it to a particular div and not the entire body…
Any help with any of the two?
or else init it through javascript but target it to a particular div
Same as for any other view you can use
webix.ui({
view:"kanban",
container:"mydiv"
})
which will init kanban view in the div with id="mydiv"