Showing large amount of data in dropdown

0
I am attempting to display 4000 to 5000 pieces of data in a Bootstrap Multiselect widget. However it is experiencing a lag of 20 to 30 seconds after the data source flow has completed. Can anyone suggest a solution to resolve this issue?
asked
2 answers
2

Hi Paarthiban Shanmugaraju,

Although I've used the Bootstrap Multiselect a lot (with pleasure), I've now switched to the Searchable Reference Selector. You can also check the new Combobox widget. I think that may help a lot.

Good luck!

Johan

answered
0

Hi Paarthiban Shanmugaraju,

 

I don't know the exact cause of the issue, but to me, it looks like the data source flow is providing the data set to the widget and the widget is retrieving the dataset object for the attribute feeding the dropdown from the database (again).

 

Consider putting an index on the attribute of the entity feeding the widget.

 

Go Make It

answered