I have created an angular component which would generate accordions based 
on the JSON object from a REST service. This accordion generation code 
logic does not require the user to provide header values while it picks up 
headers for accordion based on the type of grouping I attribute from the 
implementing DOM. I would like to know if there is any framework that could 
do this with its existing API?. If so I would like to explore more about 
such existing  API.

For instance, I have a list of employee names, I would like to group the 
names based on the first letter and form accordions for each of the group 
(or alphabets as in this case). Similarly the component should be able to 
have to multiple such grouping methods for accordion generation - "like 
words grouping", "prefix based grouping", "suffix based grouping", "wild 
card based grouping" and so on. I have checked Angular UI, Kendo UI and 
JQuery. I could see only accordion generation with hard coded headers and 
if I require many accordions, the code is looped to achieve it with just 
hard coded headers. Can anyone please suggest me of any other way of 
achieving this as I am trying to find any existing API re-usability. 

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to