Dynamically build Accordion list with 1000's of values

Dynamically build Accordion list with 1000's of values

Hi ,

I am exploring the option to build the list for accordian panel.

From server side program, I intend to bring the data in the json and single key can have many values associated to it.

{(A1:V1,A1:V2....A1:VN),(A2:V1,A2:V2...A2:VN)..

For each unique Key, I need to find its value and take Key as Header and display it and then use values as list options and set a href to them.

I will have pretty much around 60 unique keys and these 60 keys will have around 5000 values associated to them.

Since this would be for my landing page, I was thinking should I built it with call from db or just have static values so that it would not have performance impacts for pulling 5000 records.

Appreciate some thoughts.