TableExport
TableExport copied to clipboard
Export excluding some element in a cell
Is it possible to export, excluding a part of a cell content by class? For example I've some cells with text shown and action can I do with buttons:
<tr>
<td>
**Document reference: 12-A-234-17**
<div class="actions">
<a target="_blank" href="#">View PDF<a> <a target="_blank" href="#">Edit docs<a>
</div>
</td>
</tr>
When I export, I'd like to exclude actions
div and show only Document reference: 12-A-234-17
Same issue :(