Hi, I am wondering if there would be a way for views accordion to detect, if one item has no content and remove the toggle functionality from these empty rows, while leaving the title in place. I could add a specific class with view's "if field is empty" function and remove the specific links with js, but maybe there's a better solution.

Sometimes it can be useful to integrate the accordion functionality as an add-on, but not forcing the user to fill in the collapsible content for every topic. An example could be a list of services or some aspects of a working process, which could contain items not needing a description. Pretty confusing if these rows would be clickable.

Thanks in advance for your help.