Javascript – Not able to remove nested array element in array
In the below the screen shot , mentioned nested element as child array. I wanted to remove child array element , I used below the script but it's only remove first element. removeChildWidget(parIndex:number,index:number){ if (parIndex >= 0) { const widgetNumber…