EloquentStudio / filter.js

Complete solution for client side filtering and rendering using JSON data
http://eloquentstudio.github.io/filter.js
MIT License
664 stars 183 forks source link

History #152

Open BertRoe opened 7 years ago

BertRoe commented 7 years ago

Great filter

Best I could found for my site.

Can it be simply modified to create a history?? https://www.sitepoint.com/history-back-button-plugins/ No. 8 reallysimplehistory maybe??

And if so can someone tell me howto?

BertRoe commented 7 years ago

I found it here https://github.com/jiren/filter.js/issues/98

But I am not that kind of familiar with javascripting to edit the code. Can someone help me to get this working?

I want to leave the filter and then come back on the page with my last filter search.

Thnx

SebastiaanKloos commented 7 years ago

@jiren This is not fixed. Can you give us a hint? We need to create criteria on the fly with preset values. We save the filter to the localStorage. When we get back at that page, we want to fill in the filter just as it was when we left the page.