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

When we hide any column, row's multi-select checkbox column disappear #250

Closed
pranayshinagare opened this issue Jul 29, 2019 · 8 comments
Closed

Comments

@pranayshinagare
Copy link

row selection checkbox column hides when we hide any column in slickgrid menu. Is there any workaround for this ?

@ghiscoding
Copy link
Owner

I'm aware of it, assuming that your 1st row is using the excludeFromGridMenu, if that is the case then the problem was fixed in the core lib with this PR #402 in the core lib.

@ghiscoding
Copy link
Owner

Adding the "on hold" tag, just to mention that I'm waiting for a new NPM release of the core lib (SlickGrid) in order to have the fix showing up in Angular-Slickgrid. I'm expecting a new version of the core lib sometime this week or the following week.

@pranayshinagare
Copy link
Author

Thanks for quick response..

@ghiscoding
Copy link
Owner

Side note, please use and fill in the provided Issue Template when creating a new issue. It's only a couple of questions and helps identifying the real issue. Thank you

@ghiscoding
Copy link
Owner

ghiscoding commented Aug 2, 2019

The core lib new version is out and I added new Cypress E2E tests to cover this issue, it seems all good now. However I'm not expecting to release a new version of Angular-Slickgrid until at least next week, I'm working on new features and I'd like to release them all at same time.

Cheers ⭐️

ghiscoding added a commit that referenced this issue Aug 5, 2019
…grid-menu

feat(tests): add Cypress E2E tests to cover hidden columns, closes #250
@ghiscoding
Copy link
Owner

The fix is now pushed with the new version 2.10.1.

If you like the lib and you haven't already up vote, please do so.. ⭐️ 😸
Thank you

@pujapradhan10
Copy link

I have upgraded version to 2.10.1 but still have same issue. This is not working for me. Any other solution for it, to always show checkbox column.

@ghiscoding
Copy link
Owner

@pujapradhan10
What you're asking for is completely different and not related to this issue. I don't fully understand your question about always showing the checkbox? If you mean to display checkbox for all column including the checkbox row, then there's nothing to do (just to use any of the exclude flag), that is the default. If you mean to always show the picker, then that is not doable and I don't why you would want to do that.

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

No branches or pull requests

3 participants