Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(DataTable): Don't mix controlled and uncontrolled filter (primefa…
…ces#7104) In a components where `props.filters` is not set because user rely on generated filter object: if a column filter is applied, a global filter is applied and then the global filter set to "" the `props.filter` is used (null) instead of the generated filter (object with only one column defined). The generated filter object before global filtering enter in action has no `global` key: so we revert this modifications.
- Loading branch information