Hey,
If you’re still interested, my easy solution was in CSS:
.grid {
.frozen {
display: none;
}
}
…but that only works if you don’t have any other frozen rows/columns.
Cheers
Hey,
If you’re still interested, my easy solution was in CSS:
.grid {
.frozen {
display: none;
}
}
…but that only works if you don’t have any other frozen rows/columns.
Cheers