-
Notifications
You must be signed in to change notification settings - Fork 196
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
Column Chooser with Grouped Headers #261
Comments
The URLs, which you posted, contain references to |
Sorry, forget to publish the site and to use the correct link...I need some vacation :) I have edited the first post with working links Luca |
Thank you! I have to do my main job. I will look your demos later. |
Sorry, but the changes, which you suggest, removes another important feature - the possibility of to hide/show columns which are groupped. I will see how to fix the code to have both: column reordering and hiding/showing the columns. One more remark. The method |
Hi Oleg, I've also added the possibility to add\remove col span style thank you! |
Thanks for the bug report! I confirm that hiding of groping columns is broken now (already in 4.13.3) the demo uses 4.13.2 and it shows how it should work. I suppose that some change of the code (probably this one) was wrong in 4.13.3. I suppose that |
Hi Oleg, thank again |
The [commit](4867fce) contained incorrect changes in `setGroupHeaders`. I reverted it and included only really required part of changes. I hope that the bug described [here](#261 (comment)) is fixed now.
I had to think about the problem and could not do my main job. Thus I reverted the changes, which I described before and made only really required part of changes. I hope that the problem is fixed now. See the demo, which uses the latest code from GitHub. Please test it if you find the time for it... |
Sorry for the late answer. I committed just now the changes. The only restriction of |
Do you tried the new code of free jqGrid from GitHub? I plan to publish next version of free jqGrid soon and it would be good to fix any bugs before. |
Hi Oleg, Thank you |
OK, no problem. I wish you to have fun in the vacation! |
Hi Oleg, |
"If you hide one of the columns of the group, the group headers are not applied correctly" This is still an issue in version 4.13.4. Edit: I can see it is fixed in 4.13.5-pre. |
@Luca7993: I wanted to publish new version of free jqGrid, but I see that the issue is still opened. The demo, which you posted is not more available. You don't posted the demo and the test case somebody else. I suppose that you had some combination of hidden columns inside of grouped headers or between the grouped headers, but I can't reproduce the bug now on my old demos. Could you post the demo, which uses the code from RawGit and which I could uses the debug and to fix the bug? |
Hi Oleg, I've edited the demo for using the code from RawGit. let me know if I can help you |
Thank @Luca7993 (https://github.com/Luca7993) for reporting the bug. See [the issue](#261 (comment)) for more detailes.
@Luca7993: Is the bug is fixed? Please, close the issue in the case. |
Thanks for your great work on the free jqGrid. edit: deleted wrong link to commit |
everything is working for me thank you! |
@Luca7993 and @spektumus : You are welcome! |
Hi
the column chooser with grouped headers is not workin well:
Here is a demo
I think it can be a good idea to work with the entire Group header in column chooser instead with single columns:
Solution
The text was updated successfully, but these errors were encountered: