Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable filter functionality is not working on custom filter of columns #2940

Closed
akashdeepg12 opened this issue May 31, 2017 · 0 comments
Closed
Assignees
Labels
Status: Pending Review Issue or pull request is being reviewed by Core Team Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@akashdeepg12
Copy link

In primeNg table ,

Disable filter functionality is not working on custom filter of columns and those custom filters columns have filter = "true" value.

i have created a logic for disable normal filters of columns but not working on custom filters

toggleFiltering(ColumnConfig): void {
try {
for (let j = 0; j < ColumnConfig.length; j++) {
txColumnConfig[j].filter = !txColumnConfig[j].filter;
}
}catch (e) {
console.error(e);
}
}

but it is not working on custom filters by passing flag(true/false) to filter.

please provide this solution @cagataycivici

@cagataycivici cagataycivici self-assigned this Jun 23, 2017
@cagataycivici cagataycivici added this to the 4.1.1 milestone Jun 23, 2017
@cagataycivici cagataycivici changed the title Disable filter functionality is not working on custom filter of columns and those custom filters columns have filter = "true" Disable filter functionality is not working on custom filter of columns Jun 23, 2017
@cagataycivici cagataycivici added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Jun 23, 2017
@cagataycivici cagataycivici modified the milestone: 4.1.1 Jul 19, 2017
@cagataycivici cagataycivici added the Status: Pending Review Issue or pull request is being reviewed by Core Team label Oct 19, 2017
@cagataycivici cagataycivici added this to the 4.2.3 milestone Oct 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Pending Review Issue or pull request is being reviewed by Core Team Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

2 participants