element-plus-table

Document Element Plus el-table attributes, events, slots, and tooltip behaviors.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidates the Element Plus el-table API documentation so developers and designers never have to hunt through scattered references while building complex tables.

Core Features & Use Cases

  • Unified Attribute Glossary: Details every el-table prop, default, and type so column layout, styling, and behaviors like lazy loading or summaries can be tuned confidently.
  • Event and Slot Guidance: Covers selection events, tooltip behaviors, expandable rows, and slot hooks so interaction flows are predictable and actionable.
  • Use Case: When building a dashboard table that needs custom formatting, sorting, and tooltips, use this Skill to instantly learn which props and events to combine.

Quick Start

Ask the skill to outline the el-table props, events, and slots needed to build a sortable data grid.

Frequently Asked Questions about element-plus-table

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

FAQPage Schema
How do I configure el-table props for a sortable data grid in Vue 3?

The el-table API provides a unified attribute glossary detailing every prop, default, and type for column layout. Use these props to tune behaviors like lazy loading and summaries so your Vue 3 data presentation views behave predictably.

How do I handle selection events and tooltip behaviors in an Element Plus data table?

Handle selection events and tooltip behaviors in an Element Plus data table by using the documented event payloads and tooltip configurations. This covers expandable rows and slot hooks to make interaction flows predictable and actionable.

Does Element Plus support custom slot hooks for expandable rows in el-table?

Element Plus supports custom slot hooks for expandable rows in el-table. The API documents slot structure and expandable row configurations, allowing developers to inject custom formatting and interactive elements directly into table cells.

What is the best way to build complex data tables with Element Plus without hunting through scattered references?

The best way to build complex data tables with Element Plus is using a consolidated API reference that details attribute types, event payloads, and slot structures. This ensures accurate implementation of precise behavior and styling control.

Why does my el-table formatting break when combining multiple props in Vue 3?

El-table formatting breaks when combining multiple props in Vue 3 if attribute types or defaults are mismatched. Review the unified attribute glossary to verify prop types, default values, and tooltip behaviors to ensure accurate table implementation.