JsonQuery icon indicating copy to clipboard operation
JsonQuery copied to clipboard

error selecting multiple fields

Open jupitern opened this issue 9 years ago • 0 comments

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 });

jupitern avatar Aug 20 '16 23:08 jupitern