I am trying to have Grid with columns having render method, which renders Combobox, Checkbox or Textfields. Value is set from item and i have onValueChange to set the value of the item.
Also have rowsDraggable.
When I drag row, it also updates the data between rows which is shown in the render components, so in onValueChange I am using value is not same as current item’s value
I think i also have to set key for these elements then somehow it is not changing the values.