Install
$ agentstack add skill-aaronvanston-agent-skills-tanstack-table ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
TanStack Table
Headless UI library for building tables and datagrids. Framework-agnostic core, React adapter (@tanstack/react-table) primary.
Workflow
Determine which feature applies and load the relevant reference:
- Columns - define accessors, headers, groups, sizing, ordering, pinning, visibility: [references/columns.md](references/columns.md)
- Data & Row Models - data shape, row model pipeline, Row/Cell types: [references/data.md](references/data.md)
- Sorting - sort state, multi-sort, custom sort functions, manual sorting: [references/sorting.md](references/sorting.md)
- Filtering - column filters, global filters, faceting (column + global): [references/filtering.md](references/filtering.md)
- Fuzzy Filtering -
@tanstack/match-sorter-utilsintegration: [references/fuzzy-filtering.md](references/fuzzy-filtering.md) - Pagination - client-side and server-side pagination: [references/pagination.md](references/pagination.md)
- Row Selection - checkbox patterns, single/multi select, sub-row selection: [references/selection.md](references/selection.md)
- Grouping - grouping state, aggregation, rendering grouped cells: [references/grouping.md](references/grouping.md)
- Expanding - sub-rows, detail panels, expand/collapse APIs: [references/expanding.md](references/expanding.md)
- Row Pinning - pin rows to top/bottom, keep pinned rows option: [references/row-pinning.md](references/row-pinning.md)
- Virtualization - @tanstack/react-virtual integration, row/column virtualization: [references/virtualization.md](references/virtualization.md)
- State - controlled vs uncontrolled, onChange handlers, auto-reset: [references/state.md](references/state.md)
- Rendering - flexRender, table structure, types, framework adapters: [references/rendering.md](references/rendering.md)
- Advanced - editable cells, DnD reordering, div-based tables: [references/advanced.md](references/advanced.md)
- Custom Features - extending table with
_featuresand TypeScript declaration merging: [references/custom-features.md](references/custom-features.md)
Principles
getCoreRowModel()is the only required row model - everything else is opt-in- Memoize column definitions with
useMemoor define outside the component - Keep data references stable - avoid inline
data={fetch()}, use state/memo - Row models are composable - pipeline: Core → Filtered → Grouped → Sorted → Expanded → Paginated
- Only import row models you need - each is tree-shakeable
flexRenderrenders cells and headers from column defs- For server-side operations - set
manualSorting/manualFiltering/manualPaginationand manage state yourself createColumnHelper()for maximum type safety
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: aaronvanston
- Source: aaronvanston/agent-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.