Functionality to add sort capabilities to a table.
Click on a column header to sort by that column.
Supports numbers, strings, dates, checkboxes, inputs, and selects when given hints about datatypes in the column. Code to make this table
sortable:
new TableSorter('dataTable', { cookieName: 'tableSort', columnDataTypes: 'int, string, date, money, checkbox' });
ID | Name | Added | Cost | Is Rad? |
---|---|---|---|---|
1 | Mario Kart | 8/12/1996 12:30 pm | $49.99 | |
2 | Mario Kart 64 | 2/03/1999 4:02 pm | $69.99 | |
3 | Talking Moose | 6/14/2008 8:22 am | Priceless | |
4 | Velvet Jones' Diary | 6/14/1989 11:04 pm | $5.28 | |
5 | Stick of gum | 1/05/2012 3:20 pm | $0.30 | |
6 | Carl Fisk's Signature | 4/02/2001 6:14 pm | $130.00 | |
7 | First Car | 12/29/1997 9:10 am | $10,000.00 | |
8 | Ghetto-fab cellphone | 1/07/2010 3:10 pm | $30 | |
9 | Can of tuna | 1/04/2011 11:53 am | $.69 | |
10 | Improv Lessons | 2/18/2012 6:00 pm | $45.00 | |
11 | Fake Moustache | 10/13/1987 1:14 pm | $3.00 | |
12 | Moustache Comb | 10/13/1987 1:17 pm | $1.15 | |
13 | Desk Lamp | 12/27/2010 4:56 pm | $29.95 | |
14 | Argentine Prime Rib | 11/16/2009 9:25 pm | $6.54 | |
15 | apples | 09/20/1979 7:07 am | $2.99 | |
16 | berries | 7/15/2012 12:41 pm | $4.99 |