ant-design/components/transfer/demo/basic.md

8 lines
326 B
Markdown
Raw Normal View History

2016-08-03 10:10:13 +08:00
## zh-CN
最基本的用法,展示了 `dataSource`、`targetKeys`、每行的渲染函数 `render` 以及回调函数 `onChange` `onSelectChange` `onScroll` 的用法。
2015-11-25 23:17:06 +08:00
2016-08-04 09:23:10 +08:00
## en-US
The most basic usage of `Transfer` involves providing the source data and target keys arrays, plus the rendering and some callback functions.