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

bug: AgGrid Infinite Table search is not reset on modal close #4305

Open
vzhemchuzhnikov opened this issue Aug 30, 2024 · 0 comments
Open

bug: AgGrid Infinite Table search is not reset on modal close #4305

vzhemchuzhnikov opened this issue Aug 30, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@vzhemchuzhnikov
Copy link

vzhemchuzhnikov commented Aug 30, 2024

Describe the bug

If AgGrid Infinite Table is placed into a modal and Search Enabled is true, value typed into the search bar is not reset when you close and then reopen the modal.

To reproduce

  1. Open attached app
  2. Click Open Modal button
  3. See that table shows two rows
  4. In the table's search bar type ant to filter out the table
  5. See that table is filtered and shows one row
  6. Close modal
  7. Click Open Modal button again
  8. See that the table is still filtered and shows one row, even though the search bar is empty

Expected behavior

p.8 should either display unfiltered table (more preferred) or restore the search string in the search bar

Screenshots

No response

Browser information

Microsoft Edge Version 126.0.2592.102 (Official build) (64-bit)

Application version

CE v1.383.1

Additional Context

App to reproduce:
table_search_bug.json

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

No branches or pull requests

2 participants