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:
Solved! Go to Solution.
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.
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.
@jcarlson thanks for the feedback! I was afraid that was going to be the answer.