Skip to content

Instantly share code, notes, and snippets.

@ululh
ululh / index.html
Last active May 15, 2016 10:18 — forked from nautat/index.html
Nested tables from json
<!DOCTYPE html>
<meta charset="utf-8">
<style type="text/css">
table {
font-family: "Helvetica", "Lucida Sans", "Lucida Sans Unicode", "Luxi Sans", Tahoma, sans-serif;
box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
border-collapse: collapse;
border-spacing: 0;
}
table {