From f95cb04585069c111efa53cd6bb6e2841a3afdc1 Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 15 Jan 2018 17:24:40 +0800 Subject: [PATCH] Add demo for row-click selection --- components/table/demo/row-selection.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/table/demo/row-selection.md b/components/table/demo/row-selection.md index 9be28245d8..7da6ba6e46 100644 --- a/components/table/demo/row-selection.md +++ b/components/table/demo/row-selection.md @@ -9,10 +9,14 @@ title: 第一列是联动的选择框。 +> 默认点击 checkbox 触发选择行为,需要点击行触发可以参考例子:https://codesandbox.io/s/000vqw38rl + ## en-US Rows can be selectable by making first column as a selectable column. +> selection happens when clicking checkbox defaultly. You can see https://codesandbox.io/s/000vqw38rl if you need row-click selection behavior. + ````jsx import { Table } from 'antd';