Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Toggle column hidden state fails with unhidable column #1124

Closed
matheus-vieira opened this issue Apr 29, 2015 · 1 comment
Closed

Toggle column hidden state fails with unhidable column #1124

matheus-vieira opened this issue Apr 29, 2015 · 1 comment

Comments

@matheus-vieira
Copy link

I have a column that is unhidable and, programatically, it's shown or not.
But when I use the 'toggleColumnHiddenState' method it fails.

It says 'checked' is undefined which is correct, since the column is unhidable. I think is missing a check for unhidable columns. (Maybe it's a simple solution)

I'm using the method _updateColumnHiddenState(1, hidden); as work around.

kfranqueiro added a commit that referenced this issue Jun 11, 2015
@kfranqueiro
Copy link
Member

Thanks for reporting this. I've pushed a fix + unit test to master and dev-0.4, so this will be fixed for 0.4.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants