This version is out of date, covering development from v9.5.0 to v9.7.3. It is maintained here only for inbound reference links from elsewhere. It is no longer actively updated.

Jump to the current version of aTbRef

Tinderbox v9 Icon

Table view row pop-up Copy sub-menu

Table view row pop-up Copy sub-menu

Copies the selected row(s) plus column header names in the format selected for a the sub-menu:

  • Comma-separated Values. A CSV table.
  • Tab-separated Values. A Tab-delimited table
  • Markdown. A table using Markdown mark-up.
  • HTML. A table using HTML mark-up. Header rows use th tags for cells.

If all rows, or no rows, are selected the exported data is for the entire table.

For HTL, the thead, tbody, and tfoot elements for header/body/footer sections are not used but can easily be added to the exported code.