How to efficiently change properties several component at the same time?

Hi,

I have to change properties of several items at the same time (depending on the condition from database).

If I only need to change 2-3 items, it’s easy. But how about changing more than 10 items at the same time?
Changing based on each ID is doable but not quite applicable.

Here is some snippet to try:
https://snippet.webix.com/jp31pssi

On this example, I just using 3 items to try.

Hey @tengkie, perhaps a simple loop would be appropriate for this specific case? https://snippet.webix.com/swva8rc6

queryView method can be used to fetch a group of widgets
https://docs.webix.com/api__link__ui.view_queryview.html
https://snippet.webix.com/g0wx149l

Also, you can look at webix jet. Here you can split your UI in separate views, and just call view.refresh() to repaint the relate part of UI

https://webix.com/webixjet/