This script hides the column header(s) at the bottom of a grid/matrix question.
Note
- The script is not compatible when displaying grids with more than one column in a CAWI survey via smartphone.
Instructions #
If you want to hide bottom column headers of all the grids of the questionnaire, copy the following script in the global script box of the entire questionnaire (“Settings” -> “Advanced” -> “Edit Script”).
Alternatively, copy the script into the “Client Script” box of the single page in order to hide the bottom column headers of a single grid/matrix.
<style>
tfoot{display: none;}
</style>This is how the grid normally appears without the script

This is how the same grid appears when using the script

