Tanstack Table

🌐Community
by jezweb · vlatest · Repository

This skill provides a flexible Tanstack Table component for creating interactive data tables, streamlining UI development and data presentation.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add tanstack-table npx -- -y @trustedskills/tanstack-table
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "tanstack-table": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/tanstack-table"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The tanstack-table skill provides a powerful, flexible, and performant data table component for rendering and managing tabular data in web applications. It supports sorting, filtering, pagination, and column customization out of the box.

When to use it

  • You need to display large datasets with interactive features like sorting or filtering.
  • You're building a dashboard or admin interface that requires dynamic table manipulation.
  • Your application needs a lightweight yet feature-rich table component without heavy dependencies.

Key capabilities

  • Sorting and filtering of columns
  • Pagination support for large datasets
  • Customizable column rendering and styling
  • Integration with React-based applications

Example prompts

  • "Render a table with sorting and pagination for user data."
  • "Create a filtered table that allows users to search by name or email."
  • "Implement a custom column in the table to display formatted dates."

Tips & gotchas

  • Ensure your project uses React, as tanstack-table is primarily designed for React applications.
  • While it's highly customizable, complex configurations may require additional setup and understanding of its API.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
jezweb
Installs
252

🌐 Community

Passed automated security scans.