How can we export to excel, pdf with html format!
example:
<display:caption lang="abcd" media="excel pdf html">
<table>
<tr>
<td><img src='../../img/logoLotus.gif'> </td>
<td>Examplecaption</td>
</tr>
<table>
</display:caption>
When I export this table it generate the caption:
<table>
<tr>
<td><img src='../../img/logoLotus.gif'> </td>
<td>Examplecaption</td>
</tr>
<table>
it's not my expect...
thanks for advances!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How can we export to excel, pdf with html format!
example:
<display:caption lang="abcd" media="excel pdf html">
<table>
<tr>
<td><img src='../../img/logoLotus.gif'> </td>
<td>Examplecaption</td>
</tr>
<table>
</display:caption>
When I export this table it generate the caption:
<table>
<tr>
<td><img src='../../img/logoLotus.gif'> </td>
<td>Examplecaption</td>
</tr>
<table>
it's not my expect...
thanks for advances!