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

Column Filters are not updated as and when grid columns are updated. #64

Closed
MSSRamarao opened this issue Mar 28, 2016 · 1 comment
Closed
Assignees
Milestone

Comments

@MSSRamarao
Copy link

Steps:

  1. Grid is loaded with data
  2. Select a request to update sub status
  3. Grid column – Sub-Status is showing the new value without a browser refresh
  4. Click on the column to see if the new value is shown in the filter list to filter records with the new value

Result: New value is not shown

  1. I see new value only when I do a browser refresh (Ctrl+F5)
@asitparida
Copy link
Owner

Use .resetColumnFilters() to manually reset filters on those columns. If its prebaked into plugin, it would be too heavy.

asitparida added a commit that referenced this issue Apr 11, 2016
Added <CONFIG>.resetColumnFilters(). Enhancement #64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants