Primeng: Remove FilterUtils

Created on 20 Nov 2020  路  1Comment  路  Source: primefaces/primeng

In favor of the new FilterService, FilterUtils is obsolete now and we had to remove it.

https://github.com/primefaces/primeng/issues/9547

breaking-change

Most helpful comment

Could you elaborate on how FilterService replaces FilterUtils?

Do you just need to replace the import by
import { FilterService } from 'primeng/api/filterservice';

and then inject private filterService : FilterService in the constructor ?

>All comments

Could you elaborate on how FilterService replaces FilterUtils?

Do you just need to replace the import by
import { FilterService } from 'primeng/api/filterservice';

and then inject private filterService : FilterService in the constructor ?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

SchneMa picture SchneMa  路  3Comments

papiroca-tm picture papiroca-tm  路  3Comments

philly-vanilly picture philly-vanilly  路  3Comments

mitosandov picture mitosandov  路  3Comments

watalberto picture watalberto  路  3Comments