Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Frozen column in Treegrid

    I have a treegrid with multiple columns with first few columns being frozen. I have to have some icons in the first column which is in the frozen part. But, in that case the icon column is always coming in the non-frozen part of the grid. How to handle this scenario?

    #2
    To cause a field to be frozen initially, just set field.frozen:true. It doesn't matter what the type is.

    Comment

    Working...
    X