How to use lazy loading/ dynamic loading in combo box? When I use LazyDataProxy for List, it will works, but for combo box, the remaining data wont load even after I have scrolled to them.
My problem is that I have around 30k options in one of my grid column (combo box). When I click to expand the dropdown. The page freeze for about 1 minute, how to effectively solve this? I have use virtual: true
on that column config, but still doesnt seems to work.