From e2c42a87d09dbe4ce7aefdda305b25cd099287d0 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sun, 6 Mar 2016 22:44:58 +0800 Subject: [PATCH] Add docs for #1139 --- components/table/demo/fixed-header.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/table/demo/fixed-header.md b/components/table/demo/fixed-header.md index ad6244b2f..77b7708a7 100644 --- a/components/table/demo/fixed-header.md +++ b/components/table/demo/fixed-header.md @@ -4,6 +4,8 @@ 方便一页内展示大量数据。 +需要指定 column 的 `width` 属性,否则列头和内容可能不对齐。 + --- ````jsx