Replies: 1 comment
-
Cancel |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On the product information list page, there is a button for batch editing. It will open a
modal
, but once themodal
clicks confirm, it will batch modify the selected dataNote: As this is a batch operation, the best suggestion is to perform a second confirmation when the user clicks the confirmation button
For example, prompt if you have selected 10 pieces of data, would you like to batch modify them.
Currently, it is recommended to use antd popconfirm component
Beta Was this translation helpful? Give feedback.
All reactions