Frozen columns
Last updated
Last updated
Some tables might require columns to be frozen (constantly visible and stuck to the left or right of the table). In such cases it is possible to add a freeze=""
field to the relevant column
, which will cause it to be shown statically.
Like most properties, the value can be the result of a function and it is therefore possible to dynamically 'pin' columns to the left or right with additional JavaScript/TypeScript logic.
Note: It is possible to freeze multiple columns, but a single column cannot be frozen both left
and right
.