Nguyễn Tiến Đạt

Results 5 comments of Nguyễn Tiến Đạt

`valuePrepareFunction` Just effect to display view. You need to replace data after get from api.

I try to override the delay time. In my case, this is the best solution. ``` import { Component, OnChanges, SimpleChanges, AfterViewInit } from '@angular/core'; import { DefaultFilter } from...

@voidbrain How did you resolve the problem? I have same issue.

@voidbrain In my case, I think this is good solution. ``` this.sub = this.source.onChanged().pipe( filter(event => event.action === 'filter'), ).subscribe(event => { console.log(event); if (this.oldFilter !== JSON.stringify(event.filter)) { this.oldFilter =...

> Hi everyone - I was able to get it working by running `replace 'word1' 'word2' -- 'filename'`. Was getting the same error if I didn't have a space between...