Tanstack Vue Table Skilld
Dynamically generate interactive, performant Vue tables using TanStack Table (formerly react-table) for complex data display.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add tanstack-vue-table-skilld npx -- -y @trustedskills/tanstack-vue-table-skilld
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"tanstack-vue-table-skilld": {
"command": "npx",
"args": [
"-y",
"@trustedskills/tanstack-vue-table-skilld"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides a Vue.js table component built on top of TanStack Table, enabling developers to create highly customizable and performant data grids within their applications. It offers features like sorting, filtering, pagination, and column manipulation for displaying tabular data effectively. The component aims to simplify complex table implementations while maintaining flexibility and control over the user experience.
When to use it
- Displaying product catalogs with sortable columns and filters.
- Building administrative dashboards requiring data organization and presentation.
- Creating financial reports that need pagination and filtering capabilities.
- Presenting large datasets in a structured, interactive format for analysis.
Key capabilities
- Sorting functionality
- Filtering capabilities
- Pagination support
- Column manipulation options
- Built on TanStack Table
Example prompts
- "Create a table displaying customer data with columns for name, email, and order total."
- "Implement filtering to show only customers with orders over $100."
- "Add pagination to the table, showing 20 rows per page."
Tips & gotchas
- Requires familiarity with Vue.js component structure and TanStack Table concepts for advanced customization.
- Performance can be affected by very large datasets; consider server-side processing or virtualization techniques if necessary.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.