## zh-CN
使用 Table 组件作为自定义渲染列表。
## en-US
Customize render list with Table component.
```css
#components-transfer-demo-table-transfer .ant-table td {
background: transparent;
}
```