I have an HTML website. I want to add a page with a sortable table, like when you click the headings on the top, it can sort alphabetically or numerically. I'm not very familiar with how to do this and I've had trouble finding a tutorial or information about it on google/youtube. Anyone know what I need to do to make one of these? Can I use jquery or javascript? Is there open code available? Do I need to make a database of some kind or can I just make the table in Dreamweaver and add sorting functionality to it? Could really use some guidance here.
use jquery. and add tablesorter plugin (tablesorter.com/docs/#Demo) with it. download from here : 1. jquery.com 2. tablesorter.com Good Luck