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
Hi:
I recently combine treetable to my project. And add function to call all the methods name,
I suggest it can be improved and add in future, thanks a lot. function () { var allproperties = []; for (var m in methods) { if (typeof methods[m] == "function" && methods.hasOwnProperty(m)) { allproperties.push(m); } } return allproperties; }
The text was updated successfully, but these errors were encountered:
Hi:
I recently combine treetable to my project. And add function to call all the methods name,
I suggest it can be improved and add in future, thanks a lot.
function () { var allproperties = []; for (var m in methods) { if (typeof methods[m] == "function" && methods.hasOwnProperty(m)) { allproperties.push(m); } } return allproperties; }
The text was updated successfully, but these errors were encountered: