Published Sept 09, 2024
How to Freeze Columns in Result Matrix
“Freeze Columns” is used when a user wants to freeze a column in a result matrix.
Example
Sets the specified columns as frozen.
Calling this method again will replace the previously set frozen columns. If duplicate columns are specified, they are ignored (no error or warning is thrown). All specified columns must be part of the ResultMatrix’s columns. If any column is not part of the ResultMatrix’s columns, an exception is thrown.
def resultMatrix = api.newMatrix()
.withColumns('Column1', 'Column2', 'Column3')
.withFrozenColumns('Column1')
//Column1 will be frozen in the UI
, multiple selections available,
Related content
Result Matrix
Result Matrix
More like this
Result Matrix
Result Matrix
More like this
How to Add 'Total row' to Result Matrix
How to Add 'Total row' to Result Matrix
More like this
Aggregation and Grouping Items in Result Matrices
Aggregation and Grouping Items in Result Matrices
More like this
Table Column Options
Table Column Options
More like this
Icons in Cells
Icons in Cells
More like this
Found an issue in documentation? Write to us.