I have written an angular component that would group JSON data based on the 
configurations provided.  For instance, in an employee list page, if the 
user would like to group the data by location, the angular code would do so 
just by getting the group by option of the user. I have considered a lot of 
configurations, many ways in which the data can be grouped and additional 
header decorations like progress bars, animations and the list of 
configurations grow. I have been suggested about ML code to achieve this 
but I was able to accomplish this in AngularJS. I couldn't find similar 
component that would replace this code. I have checked frameworks like 
Kendo UI and Jquery UI but I could find only accordion generation but not 
the way JSON data could be understood by the machine and then form 
accordions. I would like to know if there is any such component already 
available in any framework so that I could suggest the same to my team for 
replacing my code as I am trying to reduce unique code logic and try to 
bring in more re-usable components.

-- 
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