From 4bc28ac47191a9f9d847077bc5895675258f6727 Mon Sep 17 00:00:00 2001 From: Samuel Gaus Date: Mon, 23 Apr 2018 14:57:43 +0100 Subject: [PATCH] Update jsx.md (#10203) Made it clear that you can't use components other than Column or ColumnGroup as children to Table. --- components/table/demo/jsx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/table/demo/jsx.md b/components/table/demo/jsx.md index a6d0739157..08dfaa92ba 100644 --- a/components/table/demo/jsx.md +++ b/components/table/demo/jsx.md @@ -15,7 +15,7 @@ title: Using JSX style API (introduced in 2.5.0) -> Since this is just a syntax sugar for the prop `columns`, so that you can't compose `Column` and `ColumnGroup` with other Components. +> Since this is just a syntax sugar for the prop `columns`, you can't compose `Column` and `ColumnGroup` with other Components. ````jsx import { Table, Icon, Divider } from 'antd';