steps to reproduce:
I have table like -
<div width="450px" height="500px">
<table id="table" width="100%">
<thead>
<tr>
<th width="15%"></th>
<th width="15%"></th>
<th width="15%"></th>
</tr>
</thead>
<tbody>
<td width="15%"></td>
<td width="55%"></td>
<td width="30%"></td>
</tbody>
</table>
</div>
But when i apply flexigrid using
$('#table').flexigrid({height:500,striped:false,width: 450});
In generated flexigrid, the width of first td is always > 15%
my flexigrid.js file is attached here.
thanks
Original issue reported on code.google.com by jeetbbh...@gmail.com on 11 Aug 2014 at 1:16
Original issue reported on code.google.com by
jeetbbh...@gmail.com
on 11 Aug 2014 at 1:16Attachments: