We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 014295a commit a157f87Copy full SHA for a157f87
src/form/table.tsx
@@ -139,6 +139,9 @@ export default function InternalTable({
139
tooltip,
140
dependencies,
141
rules: rawRules,
142
+ validateFirst,
143
+ validateTrigger,
144
+ valuePropName,
145
render,
146
...cols
147
}) => {
@@ -153,7 +156,10 @@ export default function InternalTable({
153
156
hidden,
154
157
initialValue,
155
158
messageVariables,
159
160
161
162
163
};
164
165
const isRequired =
0 commit comments