Skip to content
This repository has been archived by the owner on Jul 25, 2021. It is now read-only.

Export excluding some element in a cell #173

Open
itajackass opened this issue May 2, 2019 · 1 comment
Open

Export excluding some element in a cell #173

itajackass opened this issue May 2, 2019 · 1 comment

Comments

@itajackass
Copy link

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

@vietnguyen1992
Copy link

Same issue :(

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants