jquery-table2excel icon indicating copy to clipboard operation
jquery-table2excel copied to clipboard

Export <td> with display:none

Open ziolaTaken opened this issue 7 years ago • 1 comments

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?

ziolaTaken avatar Apr 20 '18 12:04 ziolaTaken

I have the problem that hidden cells are exported. I copied the table first, cleaned up and exported then.

netAction avatar Apr 23 '18 16:04 netAction