Skip to content

localjo/table-sorter

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

This is a small JavaScript library I made from scratch to sort HTML tables by clicking on the table headings.

You can use it by including it in the global scope of a page and then initiating it on a table element with something like this:

SortableTable.init(document.getElementById('sortable-table'));

To run tests, open index.html in a browser.

About

A simple table sort exercise.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published