institut-de-genomique / Ultimate-DataTable

This AngularJS directive generate a HTML table with build-in fonctionnality like save, edit, remove, pagination etc...
http://institut-de-genomique.github.io/Ultimate-DataTable/
45 stars 26 forks source link

Filter lost orignal list of value #3

Open galbini opened 9 years ago

galbini commented 9 years ago

When you filter data and then cancel the filter the list of full result does not restore.

it's seem a problem with sort function. in this case it's not necessary to sort teh result after filter.

ydeshayes commented 8 years ago

Does anyone tested the fix ? https://github.com/institut-de-genomique/Ultimate-DataTable/pull/11

galbini commented 8 years ago

We don't have the time to test before holidays. I hope to integrate in NGL your feature after holidays but can you test if the filter is active before apply the filter in computeDisplayResult to improve performance ?

Thanks

ydeshayes commented 8 years ago

I already add this test in my last commit