Skip to content

A webapp that displays a remote CSV file in a table. Can be embedded as an iframe.

License

Notifications You must be signed in to change notification settings

source-cooperative/csv-table

Repository files navigation

CSV table

A webapp that displays the contents of a remote CSV file in a table format.

This app is adapted from the hyparquet demo, and relies on Hyparam's tool: hightable to fetch and show the rows in a virtual table.

Run the app locally

npm i
npm run dev

Then open http://localhost:5173 in your browser.

Usage

The webapp can be configured using the following URL parameters:

  • url: URL of the CSV file to load
  • iframe: if present, the app will be rendered in an iframe-friendly mode

About

A webapp that displays a remote CSV file in a table. Can be embedded as an iframe.

Topics

Resources

License

Stars

Watchers

Forks

Contributors