Skip to content

Instantly share code, notes, and snippets.

@michaellouieloria
Created February 11, 2015 11:03
Show Gist options
  • Save michaellouieloria/c6cef2faa298a2c77a3b to your computer and use it in GitHub Desktop.
Save michaellouieloria/c6cef2faa298a2c77a3b to your computer and use it in GitHub Desktop.
disable column sorting in datatables 1.10.x
.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