add open handler

This commit is contained in:
andrzej 2024-06-30 20:15:30 +02:00
parent 540413173c
commit 7c6f06e194
1 changed files with 4 additions and 0 deletions

View File

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