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
- getCopyData function is an older version of getData function and it is enabled by default so that existing users do not have to change their code. You are free to use both conventions.
- getCopyPerviousData function is an older version of getPreviousData function and it is enabled by default so that existing users do not have to change their code. You are free to use both conventions.
946
+
930
947
## tabData
931
948
932
949
<table>
@@ -1040,8 +1057,6 @@ const open_tab_3 = function () {
1040
1057
1041
1058
- First parameter of onChange function is an object and has perviousData property which is deprecated. you should use previousData property instead of perviousData property.
1042
1059
1043
-
- getCopyPerviousData method is deprecated. use getPreviousData method instead of it.
0 commit comments