Replies: 1 comment
-
You can use onRenderRow={onRenderRow} const onRenderRow = (props?: IDetailsRowProps): JSX.Element | null => { |
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
-
I would like to enable/disable based on row status(one of the columns in the row) so that user will not select while performing any action. Please let me know if this can be done?
Beta Was this translation helpful? Give feedback.
All reactions