List with checkbox and disable

Hi webix team,

https://webix.com/snippet/1c1e03aa

in this snippet I want the list with checkbox and some list item disabled. I dont want any operation on disabled list.

Thanks

Done

Hi webix team,
https://webix.com/snippet/708f2741

In this snippet suppose I am having 6 list item then it should be like 3 in one column and 3 in other column.
How I can do it?
(But 6 is not fix its coming from server).
Also If I am having some disabled listitem then it should not be clickable.

Hello,
Please, could you clarify:

  1. will you have more than two columns?
  2. you always want to add only 3 list item? If not, so how much it will be?
    If there are only two lists, so it’s better to use dataCollection and then sync method which adds data to the lists by own rule
    Or using parse and manually translate all updates to the collection
  1. No more than 2 column
  2. Not 3 items all time if list having 10 item it will like 5- 5. If 20 items it will be 10-10

Hi Webix team,

https://webix.com/snippet/561512e5

In this snippet checkbox is not working.

Thanks

Hello,
Please, check the snippet: https://webix.com/snippet/307c410e

Long time ago and for this I don’t know but this checkbox in a list doesn’t work on any snippets I found.
Could please give me a help how to achieve this!

Thank you very much

Michael

Hello @Michael,
In the example above, the icon does not exist at the moment.
The definition of icons was changed in Webix 6.0 (current version is 7.1), so the old examples (for Webix 5.4 and below) aren’t relevant.
Please check the example:
https://snippet.webix.com/ci72dn60

@annazankevich Thank you