I would like to use a checkbox list control by using data from the database via REST API.is there any available control in webix?The control should look like below
try to use multiselect x-layout list with custom template.
https://snippet.webix.com/zy536hpv
@intregal i have decided to use multiselect control in my project but i want to initialize data for the control after some delay but below snippet is not working
https://snippet.webix.com/55ep765q
in your case webix.delay is preferred
@intregal thanks a lot