Jupiter

Results 4 issues of Jupiter

Please make sure these boxes are checked before submitting your PR, thank you! - [ ] Make sure you follow contributing guide [English](https://github.com/element-plus/element-plus/blob/master/.github/CONTRIBUTING.en-US.md) | ([中文](https://github.com/element-plus/element-plus/blob/master/.github/CONTRIBUTING.zh-CN.md) | [Español](https://github.com/element-plus/element-plus/blob/master/.github/CONTRIBUTING.es.md) | [Français](https://github.com/element-plus/element-plus/blob/master/.github/CONTRIBUTING.fr-FR.md)). -...

Contribution::Community
1st contribution
Needs Review

``` {{ showMore ? openText : closeText }} ``` ``` {{ showMore ? openText : closeText }} ```

help wanted

# DataTable 展开按钮触发了不必要的行点击事件 # DataTable expander button triggers unwanted row-click events ## 问题描述 ## Description 当点击 DataTable 行中的展开按钮时,点击事件会冒泡并触发行点击事件处理器,导致意外行为。 When clicking the expander button in a DataTable row, the click event...

## Overview Added `selectable` prop to Column component for conditional row selection in DataTable, allowing to control which rows can be selected based on custom logic. ## Changes - Added...