Created
December 17, 2024 05:20
-
-
Save shohag-cse-knu/759019eb92a5007b46b1cbf2be1c82f7 to your computer and use it in GitHub Desktop.
Table header fixed by JS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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