add open handler
This commit is contained in:
parent
540413173c
commit
7c6f06e194
|
@ -26,6 +26,10 @@ export const TextInputCell = (props: CellContext<any, any>) => {
|
|||
initialValue = value
|
||||
handleClose()
|
||||
}
|
||||
function handleOpen() {
|
||||
console.log(props.row.getEx)
|
||||
setIsActive(true)
|
||||
}
|
||||
function handleClose() {
|
||||
setValue(initialValue)
|
||||
setIsActive(false)
|
||||
|
|
Loading…
Reference in New Issue