how to merge common data according to id using the Table component in Ant Design implemented by React. For example, there is the following data: (the data is acquired dynamically in the background) Users:[ {id:1,name: ,resume: }, {id:1,...
I want to extract the css of Ant Design, because it looks good, but I want to use JAVA as the backend. ...
each row of a table should have a checkbox. How the ant-design checkbox can mutually exclusive table rows ...
recently, I am working on a project with ant design pro, and I need to do permission control. I would like to ask you what the process of permission control is, how does the front end control the display and hiding of the page according to permissions, a...
A project under development, based on the ant admin open source project, now has a requirement to establish a socket connection with the backend to automatically update the task status. I have no previous development experience in this area. The project ...
is learning to use ant design s modal and forms, and has encountered a problem. what you want to achieve is that there are multiple buttons on the parent page that need to pop up their own Modal, and each Modal has its own Form, with its own validati...
the attributes passed in by modal are as follows: const editProps = { data: allData, visible: editVisible, destroyOnClose:true, successBack: () => { this.setState({ editVisible: false, }) this.props.form.resetFields(); ...
there are two data sources A, B. on the page with four columns in a row (one piece of data is a Card, row and four Card), such as: A1, B1, A2, B2. is as follows: dataSource= {data}, data is the data source of An and B together, item= {A1, B1}, but th...
as shown in the figure below, my project is the scaffolding of create-react-app. There is no problem running under ie 9. Running under ie 11 reported the following error. I went to Baidu, and some people said that I did not quote babel-polyfill, so npm...
antDesign Form can assign default values to input in the following ways: const myValue = random() ... { getFieldDecorator( userName , {initialValue: myValue}]})( <Input > ) } as shown in the code above, the initial value of Input ch...
namespaceperformanceconsoleperformance: each field output of the first console is empty, the second console will return the data of the first dispatch request, and the third time will return the data of two dispatch, but the network of the console on...
select how to match the background fields with the selected state of select. my operation is to splice the value. Is there a simple way < Select style= {{width: 120}} onChange= {this.handleselect.bind (this)} > { ...
export class ProjectList extends Component{ constructor(props){ super(props) this.state={ project:[], } } componentDidMount(){ axios.get( http: 127.0.0.1:9090 pro pList ).then(res =>{ ...
use moment.js to get the date of the previous week and Monday of the current date. How to write ...
the current project needs to add buried point statistics system to the official account project, but after query, it is found that there is no mature solution for React. an unelegant react burying system ...
use the Table form plug-in and find that there is a Warning prompt on the console. How to solve this prompt? Baidu said to add rowKey= "id ", and found that there was still a warning prompt. Warning: Each record in table should have a unique `key` pro...
the project done by ant design pro is packed with a very large js file. How to separate the code and reduce the volume of js ...
my project create-react-app serves as the foreground, ssm serves as the background, and the foreground json is passed to the background through cross-domain means. the setting of the proxy agent in package.json "proxy": { " api php"...
export interface IconProps { type: string; className?: string; title?: string; onClick?: React.MouseEventHandler<any>; spin?: boolean; style?: React.CSSProperties; } const Icon = (props: IconProps) => { const {type, className = ...
...
there is a proxy way to solve cross-domain problems. I want to get https: www.cnblogs.com not-a. since cross-domain access is not directly available, http: anyorigin.com provides a forward proxy through a website that specializes in providing ...
www.zingpower.co excuse me, recently I want to start to learn that vue, wants to reconstruct the above website with Vue. There are more design aspects of this website, such as the switching of clicks on pictures, the animation of pictures, the impleme...
...
problem description an error was returned when getting user openid from code: message : "exception occurred while getting session_key and openID, Wechat internal error " status_code : 40101 do you have any friends who can answer this question? ...
problem description as shown in the title, there is some confusion when looking at the source code of the django framework. I don t quite understand. It s hard to take a look at it. the environmental background of the problems and what methods y...