Quantcast
Channel: Free community support — DataTables forums
Viewing all articles
Browse latest Browse all 35273

Datatables Warning : table id=vaTable Requested unknown parameter '17 for row 0.

$
0
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>

Viewing all articles
Browse latest Browse all 35273

Trending Articles