1rosehip / jplist-es6

jPList is a JavaScript library for sorting, pagination and filtering of any HTML structure like DIVs, UL/LI, tables, etc.
https://www.jplist.org/
MIT License
83 stars 39 forks source link

Storage function not working #64

Open dhruvangg opened 4 years ago

dhruvangg commented 4 years ago

I have used following JS code and added data-id attribute on filters and pagination, still it doesn't store selection state. deepLinking: true, hashStart: '?', storage: 'cookies', storageName: 'jplist'

neckarpixel commented 4 years ago

I also need this functionality, but it seems that this outstanding library is abandoned.