EditableProTable Form Input Style #8609
Replies: 1 comment
-
Solution {
title: "English Name",
dataIndex: "name_en",
width: 150,
align: "center",
valueType: "textarea",
fieldProps: {
style: { border: "none" }, // Custom style for the form item
},
}, |
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
-
Hi, how can i set styles for the input element in the column configs for the editable pro table.
I tried
But it did not work
Beta Was this translation helpful? Give feedback.
All reactions