angular-ui / ui-grid

UI Grid: an Angular Data Grid
http://ui-grid.info
MIT License
5.38k stars 2.47k forks source link

[BUG] Grid objects for Custom filters on the columns are getting lost or overwritten #7266

Open sili2017 opened 1 year ago

sili2017 commented 1 year ago

uigrid error Describe the bug UI Grid custom filters sample implementation is present at the page http://ui-grid.info/docs/#!/tutorial/Tutorial:%20306%20Custom%20Filters

If you open this sample implementation and also open console logs. When you apply filter initially it works with no error in logs. If you now again click to apply another filter, as soon window opens you see error in logs however filter gets applied successfully on main grid which is fine. But this error leaves us a question that it could not found the earlier object hence error was thrown each time filter pop up window opens.

To Reproduce Steps to reproduce the behavior:

  1. Go to ' url mentioned in the description and go to demo'
  2. Click on 'filter in the Age column apply some filter then again reopen filter pop up '
  3. Scroll down to ' console log'
  4. See error

Expected behavior This error does not happens initially it only happens successively. I would not expect this error as object for grid to filter on column is somewhere already there in the memory

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

sili2017 commented 1 year ago

This issue is causing another problem, when i do reset all on the main grid then selection on the custom filters remains selected although main grid gets selected