-
am currently testing react-data-grid. Unfortunately, I can't find an event for RowChange within. Background: I have a cell and after a change or onRowChange in the editor I only want to get back the row in the main control and not all rows as in the onRowsChange event ... thanks for help. |
Beta Was this translation helpful? Give feedback.
Answered by
nstepien
May 27, 2021
Replies: 1 comment
-
We've added a second parameter to |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nstepien
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We've added a second parameter to
onRowsChange
, it's an object containing theindexes
of the changed rows, and thecolumn
that triggered the change.