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

Latest commit

 

History

History
26 lines (15 loc) · 446 Bytes

Readme.md

File metadata and controls

26 lines (15 loc) · 446 Bytes

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