I'm trying to "hide" the column header from a list based on a checkbox condition. For example: if the checkbox is true, the column should be shown; otherwise, the entire column, including the header, should be hidden. I have noticed is that it only hides the content data or values, but not the header. I would like to confirm if it's possible to hide the header as well.
Sample Code:
//
// {"invisible": [["x_studio_checkbox", "=", False]]}