
ProTable - ProComponents
ProTable puts a layer of wrapping on top of antd's Table, supports some presets, and encapsulates some behaviors. Only api's that differ from antd Table are listed here.
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 …
ProTable - 高级表格 - ProComponents
ProTable 的诞生是为了解决项目中需要写很多 table 的样板代码的问题,所以在其中封装了很多常用的逻辑。 这些封装可以简单的分类为预设行为与预设逻辑。
ProTable - 高级表格 - ProComponents
ProTable 的诞生是为了解决项目中需要写很多 table 的样板代码的问题,所以在其中封装了很多常用的逻辑。 这些封装可以简单的分类为预设行为与预设逻辑。
ProTable - ProComponents
Aug 21, 2022 · 🏆 让中后台开发更简单
FAQ - ProComponents
Can the data format returned by ProTable requests be customized? No, it is not possible. However, you can transform the data in the request or use an interceptor. Example How can I …
ProComponents
ProComponents 是一个基于 React 的企业级 UI 组件库,它具有以下优点:
ProLayout - ProComponents
ProLayout provides a standard, yet flexible, middle and backend layout, with one-click layout switching and automatic menu generation. It can be used with PageContainer to automatically …
ProForm - 高级表单 - ProComponents
ProForm 在原来的 Form 的基础上增加了一些语法糖和更多的布局设置,帮助我们快速地开发一个表单,同时添加了一些默认行为,让我们的表单默认好用。