Skip to content

Instantly share code, notes, and snippets.

View damianstasik's full-sized avatar

Damian Stasik damianstasik

View GitHub Profile
@damianstasik
damianstasik / jquery.tablesort.js
Last active November 14, 2016 13:53
SemanticUI Table Sorter
/*
A simple, lightweight jQuery plugin for creating sortable tables.
https://github.com/kylefox/jquery-tablesort
Version 0.0.1
*/
;(function($) {
$.tablesort = function ($table, settings) {
var self = this;