From f9bf39205307b57dc792c36bc129d51a0e832ab9 Mon Sep 17 00:00:00 2001 From: Homyee King <49113249+HomyeeKing@users.noreply.github.com> Date: Mon, 18 Jan 2021 15:02:50 +0800 Subject: [PATCH] docs: Update table toggleAllSelection doc (#1289) --- website/docs/en-US/table.md | 2 +- website/docs/es/table.md | 2 +- website/docs/fr-FR/table.md | 2 +- website/docs/jp/table.md | 2 +- website/docs/zh-CN/table.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/docs/en-US/table.md b/website/docs/en-US/table.md index 0545f74d3c..baf79e7ef8 100644 --- a/website/docs/en-US/table.md +++ b/website/docs/en-US/table.md @@ -1873,7 +1873,7 @@ You can customize row index in `type=index` columns. |------|--------|-------| | clearSelection | used in multiple selection Table, clear user selection | — | | toggleRowSelection | used in multiple selection Table, toggle if a certain row is selected. With the second parameter, you can directly set if this row is selected | row, selected | -| toggleAllSelection | used in multiple selection Table, toggle the selected state of all rows | - | +| toggleAllSelection | used in multiple selection Table, toggle select all and deselect all | - | | toggleRowExpansion | used in expandable Table or tree Table, toggle if a certain row is expanded. With the second parameter, you can directly set if this row is expanded or collapsed | row, expanded | | setCurrentRow | used in single selection Table, set a certain row selected. If called without any parameter, it will clear selection. | row | | clearSort | clear sorting, restore data to the original order | — | diff --git a/website/docs/es/table.md b/website/docs/es/table.md index fadd4d2d40..3de3bec1c0 100644 --- a/website/docs/es/table.md +++ b/website/docs/es/table.md @@ -1878,7 +1878,7 @@ Puede personalizar el índice de la fila con la propiedad `type=index` de las co | ------------------ | ---------------------------------------- | ------------- | | clearSelection | utilizado en selección múltiple de la tabla, limpiar selección | — | | toggleRowSelection | utilizado en selección múltiple de la tabla, alterna si una cierta fila es seleccionada. Con el segundo parámetro, puede directamente establecer si la fila es seleccionada | row, selected | -| toggleAllSelection | usado en Table de selección múltiple, cambia los estados de selección de todas las filas. | - | +| toggleAllSelection | usado en Table de selección múltiple, toggle select all and deselect all | - | | toggleRowExpansion | utilizado en la Tabla expandible o en la Tabla de árbol, conmutar si se desglosa una determinada línea. Con el segundo parámetro, se puede fijar directamente si esta línea se desglosa o se pliega | row, expanded | | setCurrentRow | utilizado en tabla con selección sencilla, establece una cierta fila seleccionada. Si es llamado sin ningún parámetro, este puede limpiar la selección | row | | clearSort | limpiar ordenamiento, restaurar datos a orden original | — | diff --git a/website/docs/fr-FR/table.md b/website/docs/fr-FR/table.md index 0ccc86c116..92bb7ad1a4 100644 --- a/website/docs/fr-FR/table.md +++ b/website/docs/fr-FR/table.md @@ -1882,7 +1882,7 @@ Vous pouvez personnaliser les indices des colonnes de type `index`. |------|--------|-------| | clearSelection | Dans les tables avec sélection multiple, efface la sélection. | — | | toggleRowSelection | Dans les tables avec sélection multiple, change la sélection d'une ligne. Grâce au deuxième paramètre vous pouvez directement décider si cette ligne est sélectionnée. | row, selected | -| toggleAllSelection | Utilisé dans les tables à sélection multiples, sélectionne toutes les lignes. | - | +| toggleAllSelection | Utilisé dans les tables à sélection multiples, toggle select all and deselect all | - | | toggleRowExpansion | used in expandable Table or tree Table, toggle if a certain row is expanded. With the second parameter, you can directly set if this row is expanded or collapsed | row, expanded | | setCurrentRow | Dans les tables à sélection simple, sélectionne une ligne. Sans paramètre la sélection est effacé. | row | | clearSort | Efface le tri. | — | diff --git a/website/docs/jp/table.md b/website/docs/jp/table.md index 2b32fa9617..3065fa266f 100644 --- a/website/docs/jp/table.md +++ b/website/docs/jp/table.md @@ -1873,7 +1873,7 @@ rowspan と colspan を設定すると、セルをマージすることができ |------|--------|-------| | clearSelection | used in multiple selection Table, clear user selection | — | | toggleRowSelection | used in multiple selection Table, toggle if a certain row is selected. With the second parameter, you can directly set if this row is selected | row, selected | -| toggleAllSelection | used in multiple selection Table, toggle the selected state of all rows | - | +| toggleAllSelection | used in multiple selection Table, toggle select all and deselect all | - | | toggleRowExpansion | used in expandable Table or tree Table, toggle if a certain row is expanded. With the second parameter, you can directly set if this row is expanded or collapsed | row, expanded | | setCurrentRow | used in single selection Table, set a certain row selected. If called without any parameter, it will clear selection. | row | | clearSort | clear sorting, restore data to the original order | — | diff --git a/website/docs/zh-CN/table.md b/website/docs/zh-CN/table.md index e746d79f63..5341f11b1f 100644 --- a/website/docs/zh-CN/table.md +++ b/website/docs/zh-CN/table.md @@ -1916,7 +1916,7 @@ | ---- | ---- | ---- | | clearSelection | 用于多选表格,清空用户的选择 | — | | toggleRowSelection | 用于多选表格,切换某一行的选中状态,如果使用了第二个参数,则是设置这一行选中与否(selected 为 true 则选中) | row, selected | -| toggleAllSelection | 用于多选表格,切换所有行的选中状态 | - | +| toggleAllSelection | 用于多选表格,切换全选和全不选 | - | | toggleRowExpansion | 用于可展开表格与树形表格,切换某一行的展开状态,如果使用了第二个参数,则是设置这一行展开与否(expanded 为 true 则展开) | row, expanded | | setCurrentRow | 用于单选表格,设定某一行为选中行,如果调用时不加参数,则会取消目前高亮行的选中状态。 | row | | clearSort | 用于清空排序条件,数据会恢复成未排序的状态 | — |