how does antd treeSelect set the parent node not to be selected? Hope that the parent node is only to expand and fold child nodes, can not be selected as the value of the input box, read the document without this configuration, how to do?
how does antd treeSelect set the parent node not to be selected? Hope that the parent node is only to expand and fold child nodes, can not be selected as the value of the input box, read the document without this configuration, how to do?
did not meet your needs, but you can communicate with
my idea:
1 operate on treeData directly
1treeDatatreeDatadisabledtrue;
2treeCheckStrictly true;
2 can be accessed via onChange or onSelect
: select;
is there a specific plan and code? Please let me know
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,...
1. Description: the company does a background project, which needs to render the list. I use the Table component of ant, but it is required to generate columns, dynamically according to the data. is there any way to dynamically generate the correspondin...
it is found that the first switch of the tab will render the interface request data, and the second switch will automatically cache the interface without requesting the interface. If I want to request the interface every time I switch, what should I do ...
1. Use antd in react to create a table with editable row elements, as written in the official document: import { Table, Input, InputNumber, Popconfirm, Form } from antd ; const data = []; for (let i = 0; i < 100; iPP) { data.push({ key: i...
problem description webpack is not compiled in the production environment, but the local environment compilation is 17.5m. put it on the server and run it. It won t load at all. It s always a white screen. I hope there is a way to make my project a...
problem description how does the antd date component get the value of the hour and second of the year, month, day, and second, similar to 2018-11-13 15 5900 the environmental background of the problems and what methods you have tried used form...
Code fragment: https: codepen.io aaathats3a......
official example: https: ant.design components... how to control how to position the current scroll bar to the top of the table when you turn the page? This ensures that the list data is read from top to bottom each time you turn the page. the curr...
I encountered a small problem in the process of participating in the project, because not long after getting started with React, this problem bothered me for a long time: is probably such an interface. How to modify it to select the comment content...
There is a picture and button on the page. The mouse scrolls to zoom the picture. Click the button to open the modal box. Mode box is the table that can be scrolled, when the mouse scrolls, the contents of the table scroll at the same time, the picture w...
case recurrence: there are paging inputs for both SearchInput and Table in the component. coincidentally, both need to trigger events through e.keyCode = 13 . Two events are triggered when you press enter. Is there any ingenious way to avoid it? ...