add open handler

This commit is contained in:
andrzej 2024-06-30 20:15:30 +02:00
parent e272894918
commit 6b9a8335de
1 changed files with 4 additions and 0 deletions

View File

@ -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)