Creates an interactive HTML table of input data. The table can be sorted and filtered by any column. The output HTML is convenient for displaying relatively small tables as it works as a stad-alone file.
NOTE: Data is included inline in the HTML file, so not suitable for big data!
Version | 0.7 |
---|---|
Bundle | tools |
Categories | HTML |
Authors | Viljami Aittomaki (viljami.aittomaki@helsinki.fi) |
Issue tracker | View/Report issues |
Requires | Python |
Source files | component.xml HTMLTable.py |
Usage | Example with default values |
Name | Type | Mandatory | Description |
---|---|---|---|
in | CSV | Mandatory | Data for table |
style | TextFile | Optional | CSS style file. A default file is included and used if this input is not present. The default can be used as a template for custom styles. |
Name | Type | Description |
---|---|---|
out | HTMLFile | The table |
Name | Type | Default | Description |
---|---|---|---|
pager | boolean | false | Divide table in pages. |
title | string | "Table" | Title of table. |
Test case | Parameters▼ | IN in |
IN style |
OUT out |
||
---|---|---|---|---|---|---|
simpletable | (missing) | in | (missing) | out | ||
style | properties | in | style | out | ||
title = My favorite colors |