Update jsx.md (#10203)

Made it clear that you can't use components other than Column or ColumnGroup as children to Table.
pull/10217/head
Samuel Gaus 7 years ago committed by 偏右
parent 4101d182e0
commit 4bc28ac471

@ -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';

Loading…
Cancel
Save