My issue is still there.
Maybe it is not the best way to define the architecture of my App and I should have 24 pages with filters set manually? How do the other people achieve what I'm asking at the first post?
My issue is still there.
Maybe it is not the best way to define the architecture of my App and I should have 24 pages with filters set manually? How do the other people achieve what I'm asking at the first post?
Any idea? Thank You!
Yes! It works now!!
Thank You!!
You can set it to an empty string value. For instance:
localStorage.setItem("key", "");
You can also remove the item:
localStorage.removeItem("key);
It works now.
For some reason the element was storing a wrong value (the same as the first element). So, I just deleted the second list element and created it again.
Thank You,
Marc