Merge pull request #66 from ant-design/chore/depercate-repo 📚doc: 更新文档,增加archive 废弃提示
Merge pull request #66 from ant-design/chore/depercate-repo
📚doc: 更新文档,增加archive 废弃提示
重要: 此仓库后续不再维护,也不再接受更多的特性更新。ant-design/pro-list 将会迁移至 ant-design/pro-components 仓库进行后续的维护,访问 https://procomponent.ant.design/ 了解更多。此变更不影响继续使用 @ant-design/pro-list 这个 npm 包名安装使用此组件。
ant-design/pro-list
ant-design/pro-components
@ant-design/pro-list
ProList 在 antd 的 list 支持了一些功能,比如 多选,展开等功能,使用体验贴近 table。
在完成一个标准的列表时即可使用。
ProList 与 antd 的 List 相比,主要增加了 rowSelection 和 expandable 来支持选中与筛选
如果你的 dataSource 包含 children,我们会将其打平传入到 renderItem 中,但是包含 children 的项会转化了 group 的样式,只支持 title 和 actions 的属性。
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
此仓库已废弃
重要: 此仓库后续不再维护,也不再接受更多的特性更新。
ant-design/pro-list将会迁移至ant-design/pro-components仓库进行后续的维护,访问 https://procomponent.ant.design/ 了解更多。此变更不影响继续使用@ant-design/pro-list这个 npm 包名安装使用此组件。ProList (高级列表)
ProList 在 antd 的 list 支持了一些功能,比如 多选,展开等功能,使用体验贴近 table。
何时使用
在完成一个标准的列表时即可使用。
API
ProList
ProList 与 antd 的 List 相比,主要增加了 rowSelection 和 expandable 来支持选中与筛选
ProList.Item
如果你的 dataSource 包含 children,我们会将其打平传入到 renderItem 中,但是包含 children 的项会转化了 group 的样式,只支持 title 和 actions 的属性。