Skip to content

Instantly share code, notes, and snippets.

@iskernel
Created July 6, 2013 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iskernel/5940572 to your computer and use it in GitHub Desktop.
Save iskernel/5940572 to your computer and use it in GitHub Desktop.
The Dart code for using the HTML Tablesorter package.
import "dart:html";
import "package:iskernel_html_tablesorter/html_tablesorter.dart";
void main()
{
TableSorter sorter = new TableSorter("#sortableTable");
sorter.enableSorting(true);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment