meetselva / fixed-table-rows-cols

Fixed Table Header and Columns
http://meetselva.github.com/fixed-table-rows-cols/
Other
77 stars 42 forks source link

Fixed column not working #39

Closed Vani1281 closed 7 years ago

Vani1281 commented 7 years ago

Hi Selva,

I have downloaded your code for fixed header and fixed columns. As the ft_container class in the code has overflow:hidden , I am not getting scroll bars. I passed the following parameters into the js.

$(document).ready(function () { $('#fixed_hdr1').fxdHdrCol({ fixedCols: 3, width: "60%", height: 100, colModal: [ { width: 50, align: 'center' }, { width: 400, align: 'center' }, { width: 170, align: 'left' }, { width: 250, align: 'left' }, { width: 100, align: 'left' }, { width: 70, align: 'left' }, { width: 400, align: 'left' } ], sort: true }); });

Even then I could not see fixed header and fixed column