automatically show hidden detail if in mobile

automatically show hidden detail if in mobile

t0n1zzt0n1zz Posts: 32Questions: 19Answers: 0
edited May 2017 in Free community support

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?

Answers

  • allanallan Posts: 63,889Questions: 1Answers: 10,530 Site admin

    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

This discussion has been closed.