From bdd47786afbabb6a00f11ea8e81abfcd0a372e28 Mon Sep 17 00:00:00 2001 From: zilong Date: Sun, 3 Jan 2016 14:00:50 +0800 Subject: [PATCH] Update index.md fix typo. key should be `address` --- components/table/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/table/index.md b/components/table/index.md index baf7ccfc9f..a10b469e5e 100644 --- a/components/table/index.md +++ b/components/table/index.md @@ -42,7 +42,7 @@ const columns = [{ }, { title: '住址', dataIndex: 'address', - key: 'age', + key: 'address', }];