Select to view content in your preferred language

Create accordion/drop-down arrow to show/hide field in list

872
2
Jump to solution
07-21-2023 08:29 AM
dwold
by
Frequent Contributor

I'd like to create an accordion/drop-down arrow to show/hide a field in a list. Some of the data in this field could be several paragraphs long causing the user to scroll and scroll to view each record. Having the ability to view those comments by a drop-down arrow would be very user-friendly.

I'd like to have that drop-down arrow/accordion next to the comments line:

dwold_0-1689953331057.png

 

 

1 Solution

Accepted Solutions
jcarlson
MVP Esteemed Contributor

I don't think this is possible. An interactive accordion requires separate CSS, and usually some JS as well. If you try to do some inline "onClick" stuff in your dashboard, it will be stripped out.

- Josh Carlson
Kendall County GIS

View solution in original post

2 Replies
jcarlson
MVP Esteemed Contributor

I don't think this is possible. An interactive accordion requires separate CSS, and usually some JS as well. If you try to do some inline "onClick" stuff in your dashboard, it will be stripped out.

- Josh Carlson
Kendall County GIS
dwold
by
Frequent Contributor

@jcarlson thanks for the feedback! I was afraid that was going to be the answer. 

0 Kudos