Jack Scott
Jack Scott
I fixed this with changes to the ng-table.component.js `Object.defineProperty(NgTableComponent.prototype, "columns", { get: function () { return this._columns; }, set: function (values) { var _this = this; var names = values.map(v...
I have opened a PR with this fix in it, but if this is like the ng2-charts repo it probably won't get merged. I'm not super sure what to do...
Also the change was made in ng2-table->components->table->ng-table.component.js. Replace the whole "columns" property with the code above 👍