element-plus-table-v2

Document Element Plus el-table-v2 API attributes, slots, events, and exposes.

7|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/wepn13232/element-plus-skills --skill element-plus-table-v2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: element-plus-table-v2
Source: https://github.com/wepn13232/element-plus-skills/tree/main/table-v2
Command: npx skills add https://github.com/wepn13232/element-plus-skills --skill element-plus-table-v2

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill centralizes the Element Plus Virtualized Table (el-table-v2) API reference so developers can configure props, slots, and events without searching scattered docs while building performant data-heavy tables.

Core Features & Use Cases

  • Attribute Reference: Lists every prop with types, defaults, and virtualization controls for width, height, scrolling, and tree structures to help you tune performance settings precisely.
  • Slots and Events Mapping: Clarifies available slots, events, and exposes so you can customize headers, rows, and scroll behaviors across complex layouts.
  • Use Case: When migrating a dashboard to el-table-v2, consult this skill to copy the right props for virtualization, sorting, and expanded rows directly inside Claude Code.

Quick Start

Ask how to configure el-table-v2 for displaying sortable rows with virtualization on a large dataset.

Frequently Asked Questions about element-plus-table-v2

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure el-table-v2 virtualization for large datasets in Vue?

To configure el-table-v2 virtualization, set the data and fixed-size props to enable virtual scrolling. This Skill provides the exact attribute references needed to tune width, height, and scrolling behaviors for rendering large datasets efficiently.

What is the difference between el-table and el-table-v2 virtual table APIs?

The el-table-v2 virtual table API uses a component-based architecture designed for high-performance rendering of large datasets. This Skill clarifies the specific attributes, exposes, and slots unique to el-table-v2, helping developers match props precisely unlike the standard el-table.

Can I customize headers and rows using slots in Element Plus virtual tables?

Yes, you can customize headers and rows using available slots in Element Plus virtual tables. This Skill maps all el-table-v2 slots and events, allowing you to implement custom layouts and scroll behaviors across complex table structures.

How do I implement sorting and expanded rows in el-table-v2?

Implementing sorting and expanded rows in el-table-v2 requires matching specific event callbacks and expose methods. This Skill details the exact events and exposes needed to configure interactive sorting and expansion behaviors for virtualized table components.

Does el-table-v2 support tree structures with virtual scrolling?

Yes, el-table-v2 supports tree structures with virtual scrolling controls. This Skill lists the specific attributes and types required to configure virtualization for hierarchical tree data, ensuring performance settings are tuned precisely for nested table rows.