Datatables Warning : table id=vaTable Requested unknown parameter '17 for row 0.
Datatables Warning : table id=vaTable Requested unknown parameter '17 for row 0.
subba16
Posts: 3Questions: 1Answers: 0
I have following datatable with 20 columns and last 4 columns I was using colspan of 4 but is giving warning message. I do not understand why it is throwing warning, table looks good after validation.Can you guys please throw some suggestions.
Datatables Warning : table id=vaTable Requested unknown parameter '17 for row 0.Please see http://datatables.net/tn/4
<table id="vaTable"
class="table table-bordered table-condensed table-hover responsive">
<thead>
<tr>
<th>Req</th>
<th>wks</th>
<th>Bgn Date</th>
<th>End Date</th>
<th>Req</th>
<th>wks</th>
<th>Bgn Date</th>
<th>End Date</th>
<th>Req</th>
<th>wks</th>
<th>Bgn Date</th>
<th>End Date</th>
<th>Req</th>
<th>wks</th>
<th>Bgn Date</th>
<th>End Date</th>
<th>Req</th>
<th>wks</th>
<th>Bgn Date</th>
<th>End Date</th>
</tr>
</thead>
<tbody>
<tr>
<td align="center">
1
</td>
<td align="center">
1
</td>
<td align="center">
01/20
</td>
<td align="center">
01/24
</td>
<td align="center">
1
</td>
<td align="center">
1
</td>
<td align="center">
01/20
</td>
<td align="center">
01/24
</td>
<td align="center">
1
</td>
<td align="center">
1
</td>
<td align="center">
01/20
</td>
<td align="center">
01/24
</td>
<td align="center">
1
</td>
<td align="center">
1
</td>
<td align="center">
01/20
</td>
<td align="center">
01/24
</td>
<td align="center" colspan="4" >** No Requests **</td>
</tr>
</tbody>
</table>
This discussion has been closed.
Answers
Can someone please advise why colspan not working?
Can someone please help on this issue?