Sortable Tables
Thursday, April 11th, 2013Many times you may want to allow a user to sort a table of data. If you have a long table of information, it can be difficult to find the information you’re looking for. A sortable table will make it much easier for a user to get the information they need, fast. And we’ve made it easy to do!
To do a simple sortable table just give the table a class of table-sortable. You must also place the column headings into the <thead> of the table. (more…)