angular-data-grid / angular-data-grid.github.io

Light and flexible Data Grid for AngularJS applications.
http://angular-data-grid.github.io/demo/bootstrap/
112 stars 50 forks source link

Filter won't work after sorting the data #57

Closed pavanp73 closed 4 years ago

pavanp73 commented 7 years ago

For my data, I am doing following operations:

  1. Filter
  2. Sorted based on filter applied in step 1
  3. I removed filter Then, the model still holds the filter string which was applied in step 1. (Expected is: it should display all the data with sort applied in step 2)
floraB90 commented 7 years ago

+1

PabloMaly commented 7 years ago

+1

AndreyChayko commented 7 years ago

Fixed, issue closed

pavanp73 commented 4 years ago

Thank you.