Govindscript / flexigrid

Automatically exported from code.google.com/p/flexigrid
0 stars 0 forks source link

Column width get change after applying flexigrid to table #157

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

Attachments: