fixed columns and hide columns problem

fixed columns and hide columns problem

ekittellekittell Posts: 3Questions: 2Answers: 0

I have a bug when using fixed columns and hiding columns, just using simple toggle to hide: column.visible( ! column.visible() );

when I hide any of the fixed columns the columns header get out of line with their columns and it shifts in some of the non-fixed columns from the right to left underneath the fixed columns headers

is there any good way to prevent this?

Answers

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    Could you try using the very latest code from the FixedColumns repo please. If that doesn't work, can you link to a test case showing the issue.

    Thanks,
    Allan

  • ekittellekittell Posts: 3Questions: 2Answers: 0
    edited March 2015

    We have since disabled our show/hide columns functionality for the fixed columns so I don't know if the update helped.

This discussion has been closed.