Skip to content

Instantly share code, notes, and snippets.

@kitmonisit
kitmonisit / index.html
Created April 4, 2012 07:05 — forked from biovisualize/index.html
Table sorting (from Oliver Rolle)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Table sort example in D3</title>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js"></script>
</head>
<body onLoad="transform('name')">
<h1>Sortable Table</h1>
<table>