docs: 文档细微优化 (#2094)

* docs: 细微优化

* Update docs/versions.md

Co-authored-by: morning-star <26325820+Sight-wcg@users.noreply.github.com>

* docs: 优化 rowContextmenu 事件示例

---------

Co-authored-by: morning-star <26325820+Sight-wcg@users.noreply.github.com>
This commit is contained in:
贤心
2024-07-15 14:49:10 +08:00
committed by GitHub
parent 86c8248506
commit 12e33cedab
2 changed files with 8 additions and 6 deletions

View File

@@ -17,10 +17,10 @@ toc: true
- #### form
- 改进 `select` 搜索,支持非连续、乱序字符匹配 #2065 @Sight-wcg
- 优化 `select``checked` 属性设置为非 `boolean` 类型值时的异常问题 #2033 @Sight-wcg
- 修复 `radio` 改变 `checked` 属性值时UI 更新异常 #2084 @Sight-wcg
- 优化 `checkbox``checked` 属性设置为非 `boolean` 类型值时的异常问题 #2033 @Sight-wcg
- 修复 `radio` 改变 `checked` 属性值时UI 更新异常的问题 #2084 @Sight-wcg
- #### table
- 优化行单双击事件机制,避免与单元格编辑等事件冲突 #2064 @sentsim
- 优化 行单双击事件机制,避免与单元格编辑等事件冲突 #2064 @sentsim
- #### treeTable
- 修复 `cols``exportTemplet` 函数导出异常的问题 #2034 @sentsim
- #### carousel