Java Script for Dynamic table creation on Workitem.
I have requirement where I need to create a run time table depending upon the selection of another attribute. When selected multiple values in a particular attribute, that many rows for the table should be created.
How can this be archived using Java Script or any other method. Have anyone done this kind of customize?
Please share some links on the same.
Thanks in Advance !
2 answers
Even though it might be technically possible,
https://jazz.net/wiki/bin/view/Main/ContributingAttributePresentationsV2
I would strongly recommend to go for a simpler solution. Review the real business need behind your requirement and implement an alternative solution without involving a dynamic table in the web UI.