jquery-freeze-table-columns April 8, 2013 809 × 490 jQuery – Freeze HTML table header and the left columns Share this:Tweet Share on WhatsApp (Opens in new window) WhatsApp Share on Telegram (Opens in new window) Telegram More Print (Opens in new window) Print Email a link to a friend (Opens in new window) Email Share on TumblrPocket Share on Reddit (Opens in new window) Reddit Like Loading...
$(document).ready(function(){ $('#freeze-table').freezeTableColumns({ width: 800, // required height: 500, // required numFrozen: 2, // optional frozenWidth: 160, // optional clearWidths: true, // optional }); }); LikeLike Reply
i can’t do more than 2 column , how can i increase here !!
LikeLike
$(document).ready(function(){ $('#freeze-table').freezeTableColumns({ width: 800, // required height: 500, // required numFrozen: 2, // optional frozenWidth: 160, // optional clearWidths: true, // optional }); });LikeLike