Hide a Column Based on Parameter

micajblock
edited February 11, 2022 in Analytics #1
The code is very somple and is in the onPrepare event of the table.
if (params["displayQuantity"] == false){
this.getColumn(3).getStyle().display = "none";
}