dragoon0x/everything-design-taste

data-table-design

Advanced data table patterns, sortable columns, inline editing, and data-dense table design.

First seen Jul 18, 2026

Installation

$ npx skills add dragoon0x/everything-design-taste --skill data-table-design

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from dragoon0x/everything-design-taste · top by installs.

npx skills add dragoon0x/everything-design-taste

Browse all from dragoon0x/everything-design-taste

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 11
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,222 B
  • docs SUMMARY.md 117 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Advanced Data Table Design

Column Types

Type Alignment Format
Text Left Natural case
Number Right Thousand separator, fixed decimals
Currency Right Symbol + formatted number
Date Left or center Consistent format, relative when recent
Status Left or center Badge with color + label
Boolean Center Checkbox or icon
Action Right Icon buttons or overflow menu

Inline Editing

  • Click cell to edit (or pencil icon)
  • Show input/select matching the data type
  • Save on blur or Enter
  • Cancel on Escape
  • Visual feedback on save (brief highlight)
  • Validate before save

Performance

  • Virtual scrolling for 1000+ rows
  • Column virtualization for 20+ columns
  • Debounced search and filter
  • Server-side pagination for large datasets

Bulk Actions

  • Checkbox column for row selection
  • Select all (current page or all results)
  • Action bar appears on selection
  • Show selected count
  • Clear selection button