jquery-freeze-table-columns April 8, 2013 809 × 490 jQuery – Freeze HTML table header and the left columns Share this:Tweet Click to share on WhatsApp (Opens in new window) WhatsApp Click to share on Telegram (Opens in new window) Telegram More Click to print (Opens in new window) Print Click to email a link to a friend (Opens in new window) Email Share on TumblrPocket Click to 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