From 512796b7fe583cbd472a1edf27aa7961b5c31ed1 Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 17 Oct 2016 20:52:27 +0800 Subject: [PATCH] update table demo doc --- components/table/demo/fixed-columns-header.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/table/demo/fixed-columns-header.md b/components/table/demo/fixed-columns-header.md index b05c375814..6ae2916c6a 100644 --- a/components/table/demo/fixed-columns-header.md +++ b/components/table/demo/fixed-columns-header.md @@ -11,7 +11,7 @@ title: > 若列头与内容不对齐,请指定每列宽度 `width`。 -> 建议指定 scroll.x 为固定宽度。 +> 建议指定 `scroll.x` 为固定宽度。注意,非固定列宽度之和不要超过 `scroll.x`。 ## en-US @@ -19,7 +19,7 @@ Suitable for large amounts of data with long columns. > Specify the width of each column if header and cell do not align properly. -> A fixed width for `scroll.x` is recommended. +> A fixed width for `scroll.x` is recommended. The sum of unfixed columns should not greater than `scroll.x`. ````jsx import { Table } from 'antd';