is enableEditing key in the columnDef could access row & column? #289
AdityaBhadange
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
|
duplicate of #253 See above on how to disable the textfields conditionally |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
@AdityaBhadange MRT v1.8.0 now let's you enable editing per row conditionally enableEditing: (row) => row.original.someCondition |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
is enableEditing key in the columnDef could access row & column? Because I want to conditionally enable/disable the editing the particular column.
I'm imagining something like this -
Beta Was this translation helpful? Give feedback.
All reactions