Data Table

Turn a CSV into a searchable, click-to-sort HTML table in one self-contained file (light and dark, no external assets).

metadist 65e4190 2 files · 4.8 KB Updated

File contents

data-table

Make a CSV easy to explore: a standalone HTML page with a live search box and sortable columns (numeric-aware). No internet, no dependencies.

How to run

python3 <skill_dir>/run.py <input.csv> <output.html> [title]
  • <input.csv> — a CSV with a header row (an allowed folder, or the out-box).
  • <output.html> — a path inside the out-box.
  • [title] — optional page title.

Standard library only. After running, tell the user the saved path.

metadist/synaplan-desktop/tree/main/skills/bundled/data-table commit 65e4190368

Frequently asked questions

npx skillmds@latest add metadist/data-table