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