Fixed/Frozen colum only third and fourth (but not first and second)
Fixed/Frozen colum only third and fourth (but not first and second)
![akunln](https://secure.gravatar.com/avatar/185d7ed4747e440fcb177ae81234cd6d/?default=https%3A%2F%2Fvanillicon.com%2F185d7ed4747e440fcb177ae81234cd6d_200.png&rating=g&size=120)
Hello,
as the title says I want to fix the third and fourth in a table. The data is hierarchical so I can't change the order. To save some screen space is it somehow possible the skip the first two colums while using FixedColumns?
This discussion has been closed.
Answers
Hi @Akunin ,
No, you can only fix from the left (
fixedColumns.leftColumns
) or the right (fixedColumns.rightColumns
), not in the middle.Cheers,
Colin