
ProTable - ProComponents
ProTable was created to solve the problem of having to write a lot of sample code for tables in a project, so a lot of common logic was encapsulated in it. These wrappers can be simply categorized as pre …
ProTable - 高级表格 - ProComponents
ProTable 的诞生是为了解决项目中需要写很多 table 的样板代码的问题,所以在其中封装了很多常用的逻辑。 这些封装可以简单的分类为预设行为与预设逻辑。
Component Overview - ProComponents
ProTable, ProDescriptions share a common set of configurations that can use the same columns and requests to generate data, the only difference being that Table requires an array, while …
EditableProTable - ProComponents
EditableProTable is essentially the same as ProTable, with a few presets added to make it easier to use EditableProTable, turning off the query form and action bar, and modifying value and onChange to …
Introduction - ProComponents
Heavy components differ from traditional components in that they are abstracted as a page, so ProTable supports network requests and automatic query form generation, while ProLayout supports …
ProList - ProComponents
Based on ProTable implementation, it can be considered as a special case of ProTable, which can be used when completing a standard list.
ProComponents
ProComponents 是一个基于 React 的企业级 UI 组件库,它具有以下优点:
简介 - ProComponents
在 ProComponents 中我们内置了一系列的设计规范,预设了常用的逻辑。 在这个基础上我们同样提供了灵活的支持,比如对于 ProTable 来说你也可以把它完全当做 Ant Design 的 Table 来用,对于 …
DragSortTable - ProComponents
DragSortTable uses dnd-kit for sorting, you need to provide rowKey to determine the unique value of the data, otherwise it will not work properly.
ProLayout - 高级布局 - ProComponents
ProLayout 可以提供一个标准又不失灵活的中后台标准布局,同时提供一键切换布局形态、自动生成菜单等功能。与 PageContainer 配合使用可以自动生成面包屑、页面标题,并且提供低成本方案接入页 …