Ver Fonte

docs: Optimize the Chinese description of the expand button (#1779)

YyumeiZhang há 2 anos atrás
pai
commit
55f4b32619
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      content/show/table/index.md

+ 1 - 1
content/show/table/index.md

@@ -1481,7 +1481,7 @@ render(App);
 
 **版本:>=0.27.0**
 
-默认情况,展开按钮会与第列文案渲染在同一个单元格内,你可以通过传入 `hideExpandedColumn={false}` 来渲染为单独一列:
+默认情况,展开按钮会与第列文案渲染在同一个单元格内,你可以通过传入 `hideExpandedColumn={false}` 来渲染为单独一列:
 
 ```jsx live=true noInline=true dir="column"
 import React from 'react';