Double call of the update-Method with toggleble Columns #433
Unanswered
marineusde
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I try to use the toggleable()-Method of the Columns to change the active-status of a column. If I override the update()-Method, I got these attributes in the $data-array:
Its the "old value".
But the update-methode is called a second time with the same old value, why?
Here is my code:
Beta Was this translation helpful? Give feedback.
All reactions