Hello, thank you for the hint. I already looked all over the possibilities via Bootstrap and there are really lots of solutions. But the "record-accordion.tpl" mentioned in a previous post (what is working), is written in the decisive part this way:
and there it has the class "collapse" or "collapse in", what means (in my understanding), that for all the columns called by the placeholder <%= columnNumber %> there can be only one state (collapse or collapse in) and you cannot distinguish the different panels.
To change the template I did not find any instructions so far and thus I will not be able to try to modify it.
Code:
<div id="collapse_<%= columnNumber %>" class="collapse">
To change the template I did not find any instructions so far and thus I will not be able to try to modify it.
Comment