automatically show hidden detail if in mobile
automatically show hidden detail if in mobile
t0n1zz
Posts: 32Questions: 19Answers: 0
according from this example we can control to automatically show hidden detail, and now i want to make it more flexible with only show all hidden detail if in mobile and when not in mobile/desktop it will show toggle
how to do that?
This discussion has been closed.
Answers
There isn't a built in way to do that. You'd need to either modify the code to add that option, or listen for the
responsive-resize
event and trigger the show as you require.Allan