Quantcast
Channel: DataTables 1.10 — DataTables forums
Viewing all articles
Browse latest Browse all 2364

How to apply fnFakeRowspan at multiple columns based on different value at 2nd columns

$
0
0

I have a table #firstTable with 10 rows and 7 column as below How to apply fnFakeRowspan() at 3rd to 7th columns (chp 1 to chp 5) based on different page number at 2nd column (page)

<table id="#firstTable">
  <thead>
    <tr> 
<th>name</th>
<th>page</th>
<th>chp 1 </th>
<th>chp 2 </th>
<th>chp 3 </th>
<th>chp 4 </th>
<th>chp 5 </th>
    </tr>
  </thead>
</table>




Viewing all articles
Browse latest Browse all 2364

Trending Articles