Created
February 11, 2015 11:03
-
-
Save michaellouieloria/c6cef2faa298a2c77a3b to your computer and use it in GitHub Desktop.
disable column sorting in datatables 1.10.x
This file contains 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
.no-sort::after { display: none!important; } | |
.no-sort { pointer-events: none!important; cursor: default!important; } | |
<th class="no-sort">Heading</th> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment