From 7cda44ba31b2c54cb277df8d78593b99877979ce Mon Sep 17 00:00:00 2001 From: tanjinzhou <415800467@qq.com> Date: Tue, 24 Dec 2019 14:49:30 +0800 Subject: [PATCH] update site --- components/table/index.en-US.md | 37 --------------------------------- components/table/index.zh-CN.md | 37 --------------------------------- 2 files changed, 74 deletions(-) diff --git a/components/table/index.en-US.md b/components/table/index.en-US.md index 15cc69313..d35d31800 100644 --- a/components/table/index.en-US.md +++ b/components/table/index.en-US.md @@ -1,40 +1,3 @@ -```jsx -const dataSource = [ - { - key: '1', - name: 'Mike', - age: 32, - address: '10 Downing Street', - }, - { - key: '2', - name: 'John', - age: 42, - address: '10 Downing Street', - }, -]; - -const columns = [ - { - title: 'Name', - dataIndex: 'name', - key: 'name', - }, - { - title: 'Age', - dataIndex: 'age', - key: 'age', - }, - { - title: 'Address', - dataIndex: 'address', - key: 'address', - }, -]; - -; -``` - ## API ### Table diff --git a/components/table/index.zh-CN.md b/components/table/index.zh-CN.md index 9b71b5399..c5c03a149 100644 --- a/components/table/index.zh-CN.md +++ b/components/table/index.zh-CN.md @@ -1,40 +1,3 @@ -```jsx -const dataSource = [ - { - key: '1', - name: '胡彦斌', - age: 32, - address: '西湖区湖底公园1号', - }, - { - key: '2', - name: '胡彦祖', - age: 42, - address: '西湖区湖底公园1号', - }, -]; - -const columns = [ - { - title: '姓名', - dataIndex: 'name', - key: 'name', - }, - { - title: '年龄', - dataIndex: 'age', - key: 'age', - }, - { - title: '住址', - dataIndex: 'address', - key: 'address', - }, -]; - -
; -``` - ## API ### Table