How hide some field in modal when create new row? #182
-
When adding a new row in table, I don't have to enter data in column |
Beta Was this translation helpful? Give feedback.
Answered by
IvanovRoman
Oct 28, 2023
Replies: 2 comments 1 reply
-
You can just put |
Beta Was this translation helpful? Give feedback.
1 reply
-
Another way to hide a field.
Example:
|
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
Maybe?
Edit: () => null
I write
Typescript write error:
Type 'null' is not assignable to type '((props: { cell: MRT_Cell<Category>; column: MRT_Column<Category>; row: MRT_Row<Category>; table: MRT_TableInstance<Category>; }) => ReactNode) | undefined'.