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

onColumnSwitch is not triggered when "Toggle All" is clicked #6057

Closed
hepcat72 opened this issue Feb 16, 2022 · 0 comments · Fixed by #6083
Closed

onColumnSwitch is not triggered when "Toggle All" is clicked #6057

hepcat72 opened this issue Feb 16, 2022 · 0 comments · Fixed by #6083
Labels
core Issues stemming from our compiled or source JavaScript files. feature Issues asking for a new feature to be added, or an existing one to be extended or modified. has PR Issues that has been fixed with a PR.

Comments

@hepcat72
Copy link
Contributor

Description

During my implementation of server-side pagination and sorting (for which I cannot use the supported means of server-side pagination), I added a function onColumnSwitch to set a cookie so that column switch states are remembered when paging and sorting.

However, I noted that when columns are switched using the "Toggle All" checkbox, those toggled columns do not result in a call to the onColumnSwitch callback function...

It would be nice if it did. Alternatively, if you provided an event for onToggleAll, I could handle it without needing to use onAll.

@wenzhixin wenzhixin added feature Issues asking for a new feature to be added, or an existing one to be extended or modified. core Issues stemming from our compiled or source JavaScript files. labels Mar 12, 2022
@wenzhixin wenzhixin mentioned this issue Mar 12, 2022
10 tasks
@wenzhixin wenzhixin added the has PR Issues that has been fixed with a PR. label Mar 12, 2022
@wenzhixin wenzhixin mentioned this issue Mar 14, 2022
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Issues stemming from our compiled or source JavaScript files. feature Issues asking for a new feature to be added, or an existing one to be extended or modified. has PR Issues that has been fixed with a PR.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants