Posted 1 December 2021, 6:33 am EST
setRowReadOnly = row => {
if(…) {
row.isReadOnly = false
} else {
row.isReadOnly = true
}
}
<FlexGird
…
childItemsPath={[‘array1’, 'array2 ]}
My problem that I can edit when use two or more tree in childItemsPath . If I use childItemsPAth={array}, it’ll work .
So, I need some help. Thank you.
p/s: I code react js