Visual Essay Table Tag - JSTOR-Labs/juncture GitHub Wiki
The Tabular data viewer is used to display a table of data with a text element. The ve-tabulator tag is used to generate this table and currently supports comma separated (CSV) or tab separated (TSV) delimited text files as input data.
Below is an example of the tabulator component:
Syntax
<param ve-tabulator>
Options
- url: The url to the data file
Usage examples
The data used in this example is defined in a TSV (tab separated values) file that can be seen at https://github.com/JSTOR-Labs/plant-humanities/blob/develop/data/Emmenagogic_Herbs.tsv.
<param ve-tabulator url="https://raw.githubusercontent.com/JSTOR-Labs/plant-humanities/develop/data/Emmenagogic_Herbs.tsv">