<td ng-repeat="data in data_legend" rowspan="2"></td>
Within this code snippet, the data_legend variable is a dynamic array that users populate through a Form. The goal here is to showcase all the dynamic content to the user and determine which element in the array has been modified.
Any assistance on this matter would be greatly valued :)