Community Tip - You can change your system assigned username to something more personal in your community settings. 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.