Hi collections of data displayed in the table with a package "aslagle:reactive-table"
Is there a possibility that in the settings for this package to add a div which would display each time the tr located in at tbody.
<tbody>
<tr class="">
<td class="mrk">Ann</td>
</tr>
<div> ... </div>
<tr class="">
<td class="mrk">John</td>
</tr>
<div> ... </div>
<tr class="">
<td class="mrk">Mark</td>
</tr>
<div> ... </div>
</tbody>