Skip to content

Instantly share code, notes, and snippets.

@shohag-cse-knu
Created December 17, 2024 05:20
Show Gist options
  • Save shohag-cse-knu/759019eb92a5007b46b1cbf2be1c82f7 to your computer and use it in GitHub Desktop.
Save shohag-cse-knu/759019eb92a5007b46b1cbf2be1c82f7 to your computer and use it in GitHub Desktop.
Table header fixed by JS
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/sticky-table-headers/0.1.24/js/jquery.stickytableheaders.js"></script>
<script>
$("#table_name").stickyTableHeaders();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment