Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hello
Can somebody guide me, how I can access table cells using javascript in multipart creation wizard. I have tried getElementById(), but it's getting failed.
Maybe try with document.getElementById("element_name")[0], document.getElementById("element_name")[1] and so on.
getElementById is not working for accessing table cell.