select all by default in view multiselect

Hello,

I have a view multiselect and I load dynamically data.
How to select all data after loading ?

https://snippet.webix.com/qe6u5fx6

Thanks

Hello @romain,
You can use ready handler for the list within the suggest body and attach your own logic to select all data when it is loaded.
Please take a look at the snippet:
https://snippet.webix.com/w5ap9hya

thanks :wink: