vennila ramasamy
06/05/2023, 1:12 PMCorey Schwoebel
06/05/2023, 1:17 PMdocument.querySelector("#item_buttons > table > tbody > tr > td:nth-child(7)").style.display = 'none'
it will hide the icon as well.
Or, if you would prefer to do it with jquery again, try hiding the entire <td> element that contains the button. It looks like you only hid the button.vennila ramasamy
06/05/2023, 1:27 PMvennila ramasamy
06/05/2023, 1:33 PMCorey Schwoebel
06/05/2023, 1:33 PMvennila ramasamy
06/05/2023, 1:33 PM