batsky
Explore posts from servers❔ How to store JS selection data after page refresh
If I need to give an example to make sure you understand better. You have 10 item in your data, you display 6 for each, when you change to page two you need to see the rest of 4 data. My problem occures here, I don't see the rest 4 data. I see the first 6 again in everypage. I see the rest 4 data(for a sec) , then I see the first 6 data immidiatly. But I already explained these in the post
18 replies
❔ How to store JS selection data after page refresh
Check the answer, about using local storage
"It is kind of working, but not fully. If I move to another page with pagination, it does not put the data for that page. The initial data is constantly displayed on other pages. Always the first six data are displayed for each page. I can't see the rest of the data. Before the local storage, it was working without problems. It pops up the rest of the data without the filtering than displays the filtered first six data again. I couldn't fix the problem"
18 replies