LATEST TRANSMISSIONS

ENCRYPTED // PUBLIC KEY DETECTED

FILTER: TAG [ProComponents]
ONLINE
// Z.SHINCHVEN

Implement Options Search for Ant Design ProFormSelect

Learn how to implement options search for Ant Design ProFormSelect to make it easier for users to find the options they need.

// Z.SHINCHVEN

PageContainer Does Not Display Page Title and Watermark

There are acturally 2 PageContainer, the one used by Ant Design Pro is from @ant-design/pro-layout, not @ant-design/pro-components. If page title and watermark does not work in your page, make sure yo…

// Z.SHINCHVEN

Update value of ProFormDateRangePicker

If the value of ProFromDateRnagePicker isn't changed when you call form.setFieldValue({dateRange: [Moment, Moment]}). That might be because you passed the same instance of Moment to the ProFormDateRan…

// Z.SHINCHVEN

Hide Columns by Default with ProTable

ProComponents is a set of enterprise-class UI components based on Ant Design and React, it provides a lot of useful components and features out of the box. I've enjoyed building data table UI with Pro…

// Z.SHINCHVEN

使用 Ant Design ProComponents 开发表单省市区选择器

使用ProComponents中的ProFormCascader组件开发省、市、区级联选择器非常简单。 准备数据 首先我们需要准备省市区的数据,建议使用wecatch/china_regions这个仓库中的province.json、city.json、county.json三个文件。我把它们直接部署到了 web app 的 public 目录中当静态 API 使用。 整理数据结构 在前端通过网络…

// Z.SHINCHVEN

Reset Form Fields in Shared Ant Design Modal Form

I use shared ModelForm in my project for a selected target in multiple rows of data to keep good page rendering performance. But a shared ModelForm has a problem that it can't reset form fields after …