multicombo is slower if list is having huge values.

Hi,
I have a situation where the multicombo can have more than 50K records, when multicombo renders, dom has all the 50K elements which is making the suggest to load very slow and also scrolling is very slow.
Please find the sample snippet @https://snippet.webix.com/nz76i6r5

Regards,
Ranjith

did you try to set dynamic:true in multicombo->suggest->body?

Hi Integral,
Thanks for your quick response, i forgot to mention we are using webix version 5.1.1. After your suggestion Webix 6.0 it is working perfectly fine, but in webix 5.1.1, still there is lag.

Regards,
Ranjith G.

Hello,

I can suggest you upgrade to the latest version of Webix
Alternatively, you can use datatable (without header and only one column which make it similar to list) instead of the list.