OILS / web / table / README.md View on Github | oilshell.org

26 lines, 17 significant
1JavaScript Table Library
2------------------------
3
4- `table-lib.js`:
5 - function makeTablesSortable()
6 - function updateTables()
7
8depends 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
20Demo
21----
22
23 $ ./run.sh write-table
24
25Then open up the HTML file in your browser.
26