TableExport icon indicating copy to clipboard operation
TableExport copied to clipboard

Export excluding some element in a cell

Open itajackass opened this issue 5 years ago • 1 comments

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

itajackass avatar May 02 '19 07:05 itajackass

Same issue :(

vietnguyen1992 avatar Jun 12 '19 07:06 vietnguyen1992