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

Update primeng version to 17.18.11 and align filter with update prime… #406

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

TerranceKhumalo-absa
Copy link
Collaborator

Fix Global Filter Issue in Tree-Table

Resolves #405

Description

This pull request addresses the issue where the global filter for the tree-table component was not returning all relevant results.

Testing

  1. Navigate to the TreeTable page.
  2. In Tree Table 3, use the global search filter to search for a date.
  3. Verify that the search returns all relevant results.

(!isStrictMode &&
(pTreeTable.isFilterMatched(
if (
(isStrictMode &&
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TerranceKhumalo-absa maybe we could create some variables for a better understanding of what exactly we are checking here

Copy link
Collaborator

@korel-san korel-san left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just minor comment, could be fixed later

@TerranceKhumalo-absa TerranceKhumalo-absa merged commit 0dcc5f1 into master Oct 7, 2024
1 check passed
@TerranceKhumalo-absa TerranceKhumalo-absa deleted the fix/405-add-filter-options branch October 7, 2024 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix treeTable filter
2 participants