Is there a way to hide specific buttons within the right column of a 3-column table display? I am currently utilizing jQuery to achieve this function. The purpose behind hiding these buttons is to prevent any quick clicks that might interfere with the fade animation effect. However, when I hide the buttons, it disrupts the layout by shifting the other columns to the right due to the reduced space occupied. Is there a solution to hide the content of a table cell without affecting the overall structure of the table? Your assistance in resolving this issue would be greatly appreciated. Thank you.