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,
great project u have here.
the select is not working with multiple fields. it gives me error "tableTools.js:257 Uncaught TypeError: e is not a function"
example:
this.portfolioActivity.select(['Total', 'Year', 'Month']).exec(function (data) {
// code here
});
The text was updated successfully, but these errors were encountered:
hi,
great project u have here.
the select is not working with multiple fields. it gives me error "tableTools.js:257 Uncaught TypeError: e is not a function"
example:
this.portfolioActivity.select(['Total', 'Year', 'Month']).exec(function (data) {
// code here
});
The text was updated successfully, but these errors were encountered: