bind accordion to API XML
I have an API that is returning data as
Accounting
--
Accountant
Accounting
--
book keeper
IT
--
Developer
IT
--
Architect
IT
--
Jr
.
Developer
Marketing
--
Sales
Marketing
--
Sales
Manager
and in my accordion I want to see the data as
Accounting
-- Accountant
-- book keeper
IT
-- Developer
-- Architect
-- Jr . Developer
Marketing
-- Sales
--Sales Manager
I'm able to show the header, however, when I add the roles, its not grouped, how can I show the data in the accordion correctly? I need to do this 100% client side,