Skip to content

Visual Essay Table Tag

julia-ha edited this page Jul 9, 2021 · 2 revisions

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">
Clone this wiki locally