Open GoogleCodeExporter opened 9 years ago
how you put a checkbox in the header
Original comment by chavato...@gmail.com
on 16 Mar 2012 at 4:53
Like this (very basic example):
<table class="flexme1">
<thead>
<tr>
<th><input id="cb1" type="checkbox" value="1" /></th>
<th>Non-checkbox</th>
</tr>
</thead>
<tbody>
<tr>
<td>cell1</td>
<td>cell2</td>
</tr>
</tbody>
</table>
The table is converted into a Flexigrid afterwards.
Original comment by matei.dr...@gmail.com
on 17 Mar 2012 at 1:25
Original issue reported on code.google.com by
matei.dr...@gmail.com
on 6 Sep 2011 at 8:17