From cd16beec54e8807e92c11ebd5e53ad800327dc59 Mon Sep 17 00:00:00 2001 From: Chris <1633711653@qq.com> Date: Thu, 18 Aug 2022 11:03:06 +0800 Subject: [PATCH] docs: fix typo (#9240) * docs: fix typo * chore: update --- docs/en-US/component/table.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en-US/component/table.md b/docs/en-US/component/table.md index 861663af1f..4429865e1b 100644 --- a/docs/en-US/component/table.md +++ b/docs/en-US/component/table.md @@ -109,7 +109,7 @@ table/single-select You can also select multiple rows. -:::demo Activating multiple selection is easy: simply add an `el-table-column` with its `type` set to `selection`. Apart from multiple selection, this example also uses `show-overflow-tooltip`: by default, if the content is too long, it will break into multiple lines. If you want to keep it in one line, use attribute `show-overflow-tooltip`, which accepts a `Boolean` value. When set `true`, the extra content will show in tooltip when hover on the cell. +:::demo Activating multiple selection is easy: simply add an `el-table-column` with its `type` set to `selection`. Apart from multiple selection, this example also uses `show-overflow-tooltip`. By default, if the content is too long, it will break into multiple lines. If you want to keep it in one line, use attribute `show-overflow-tooltip`, which accepts a `Boolean` value. When set `true`, the extra content will show in tooltip when hover on the cell. table/multi-select