You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hepcat72 opened this issue
Feb 16, 2022
· 0 comments
· Fixed by #6083
Labels
coreIssues stemming from our compiled or source JavaScript files.featureIssues asking for a new feature to be added, or an existing one to be extended or modified.has PRIssues that has been fixed with a PR.
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.
The text was updated successfully, but these errors were encountered:
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
coreIssues stemming from our compiled or source JavaScript files.featureIssues asking for a new feature to be added, or an existing one to be extended or modified.has PRIssues that has been fixed with a PR.
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 useonAll
.The text was updated successfully, but these errors were encountered: