Skip to content
This repository has been archived by the owner on Apr 4, 2019. It is now read-only.

yields/sortable-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sortable-table

Sortable table. demo

Installation

Install with component(1):

$ component install yields/sortable-table

API

Inherits yields/sortable.

Example

var sortable = require('sortable-table');
var body = document.getElementsByTagName('tbody')[0];
sortable(body).bind();

License

MIT