HenricusL

Results 4 comments of HenricusL

+1 I have the same problem. Doesn't seem to be a way to clear the columns before setting new columns

I have changed locally ng-table.component.ts (I'm using sinopia so i can easily handle local adjustments). just added this method: public clearColumns () : void { this._columns = []; } I've...

Sorry for the slow reaction. https://github.com/valor-software/ng2-table/pull/433

@RamiAtieyeh Not sure what you mean. I call this method when I want to replace the dataset completely. I agree this would be better to call in the setter.. but...