chuan.yue
chuan.yue
添加了用户常用操作 全选的功能
When the entire row and column are selected, right-click the selection area, and the selection area should not change
### 这个功能解决了什么问题 这是 td 的组件 API,这样定义具有局限性 如果我想在 tr 上添加右键事件和其他事件呢?势必又会修改源代码。   这是 rc-table的实现 具有高度自定义 我觉得实现上可以进行参考。   ### 你建议的方案是什么 可以参考一些 React 社区的组件实现 这样 tdesign-react自定义性才高。