# Data Table

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

- Skill: `metadist/data-table` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add metadist/data-table`
- Raw SKILL.md: https://api.skillmd.com/api/skills/metadist/data-table/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: metadist (https://skillmd.com/u/metadist)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/metadist/data-table

---


# 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.

