Showing 1 – 1 of 1 replies
curb

When a user toggles the upper left menu […]

curb PURCHASED
3 years ago
When a user toggles the upper left menu to collapse the main menu, how can it remember to stay collapsed on the next page load?
omadmin
omadmin SELLER
3 years ago
collapsed menu layout adds a "sidebar-collapse" class to "body".

For example in real application, you can save settings in "localStorage", every page load must detect the settings stored in localStorage and adjust it accordingly.