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
I have a toggle inside a column of vuetiful datatable listening to its change event.
I want to it when changed to send a request to the back-end to store the change in the database.
The problem is the change event triggered multiple times when I bind the datatable with new data in the mounted function. This will make a request for every toggle in the datatable at the beginning.
Any way to overcome this problem?
thanks
I have a toggle inside a column of vuetiful
datatable
listening to itschange
event.I want to it when changed to send a request to the back-end to store the change in the database.
The problem is the change event triggered multiple times when I bind the datatable with new data in the mounted function. This will make a request for every toggle in the datatable at the beginning.
Any way to overcome this problem?
thanks
Html:
Script:
The text was updated successfully, but these errors were encountered: