jquery-table2excel
jquery-table2excel copied to clipboard
Export <td> with display:none
Hi,
<td style="display:none">Info 1</td>
<td>Info 2</td>
<td>Info 3</td>
<td style="display:none">Info 4</td>
Actually plugin export only td without inline style set in display:none.
it's possible to export hidden info wich have an inline style set in display:none?
I have the problem that hidden cells are exported. I copied the table first, cleaned up and exported then.