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
Describe the bug
Reactive data module throws an error on calling setData() method. If I switch the ReactiveData option to false, that error is not going to occur.
Describe the bug
Reactive data module throws an error on calling setData() method. If I switch the ReactiveData option to false, that error is not going to occur.
Tabulator Info
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The new data should be set properly without error message
Desktop (please complete the following information):
Additional context
Maybe there was an issue in ReactiveData.prototype.unwatchData method at
tabulator/src/js/modules/reactive_data.js
Line 155 in c09b748
I'm confused on that the "value" is always "origFuncs.push" when it restores the methods of Array. Should we use "this.origFuncs[key]" ?
Thanks,
Tommy
The text was updated successfully, but these errors were encountered: