1 | JavaScript Table Library |
2 | ------------------------ |
3 | |
4 | - `table-lib.js`: |
5 | - function makeTablesSortable() |
6 | - function updateTables() |
7 | |
8 | depends on: |
9 | |
10 | - `../ajax.js`: |
11 | - function ajaxGet() |
12 | - class UrlHash |
13 | |
14 | - `table-sort.css`: |
15 | - hover over row, numbers aligned right, etc. |
16 | |
17 | - `csv_to_html.py`: |
18 | - Generates `<colgroup>` |
19 | |
20 | Demo |
21 | ---- |
22 | |
23 | $ ./run.sh write-table |
24 | |
25 | Then open up the HTML file in your browser. |
26 |