Export Multiple Header row

Export Multiple Header row

waqarjan333waqarjan333 Posts: 2Questions: 1Answers: 0
edited January 2020 in Free community support

<thead>
<tr style="background-color: #3c8dbc; color: #FFFFFF; font-weight: bold; text-align: center;">
<th style=" text-align: center;" width="10%">Department</th>
<th style=" text-align: center;" width="5%" colspan="2">MM</th>
<th style=" text-align: center;" width="5%" colspan="2">MF</th>
<th style=" text-align: center;" width="10%" colspan="2">Morning</th>
<th style=" text-align: center;" width="5%" colspan="2">EM</th>
<th style=" text-align: center;" width="5%" colspan="2">EF</th>
<th style=" text-align: center;" width="10%" colspan="2">Evening</th>
<th style=" text-align: center;" width="5%" colspan="2">NM</th>
<th style=" text-align: center;" width="5%" colspan="2">NF</th>
<th style=" text-align: center;" width="10%" colspan="2">Night</th>
<th style=" text-align: center;" width="10%" colspan="2">Male</th>
<th style=" text-align: center;" width="10%" colspan="2">Female</th>
<th style=" text-align: center;" width="10%" colspan="2">Total</th>
</tr>
<tr style="background-color: #3c8dbc; color: #FFFFFF; font-weight: bold; text-align: center;">
<th>Department</th>
<th>Count</th>
<th>Amount</th>
<th>Count</th>
<th>Amount</th>
<th>Count</th>
<th>Amount</th>
<th>Count</th>
<th>Amount</th>
<th>Count</th>
<th>Amount</th>
<th>Count</th>
<th>Amount</th>
<th>Count</th>
<th>Amount</th>
<th>Count</th>
<th>Amount</th>
<th>Count</th>
<th>Amount</th>
<th>Count</th>
<th>Amount</th>
<th>Count</th>
<th>Amount</th>
<th>Count</th>
<th>Amount</th>
</tr>
</thead>

Answers

  • colincolin Posts: 15,144Questions: 1Answers: 2,586

    This thread should help, it's asking the same thing.

    Cheers,

    Colin

This discussion has been closed.