-
Notifications
You must be signed in to change notification settings - Fork 208
Open
Description
I have toolip, hom make close toolip, when I click on button?
<Popup
trigger={<button>{cell.cellData}</button>}
position="top center"
closeOnDocumentClick
>
<div className={cellProps[v]?.classNameFullBlock}>
<div className='text-xl font-bold text-black-origin'>
blablabla
<Button
common className='w-full mt-5'
onClick={(e:any)=>{
how make close here?
}}
>
Close
</Button>
</div>
</Popup>
Metadata
Metadata
Assignees
Labels
No labels