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