You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to create a dynamic tabular layout with closable feature by using Menu and tabular option. I put the Button component inside a Menu.Item and implement the onClick event.
When the buton is clicked, it's also calling handleOpenClick() function on the Menu.Item component. I need to call the handleCloseClick() only.
Is there any suggestion ?
Sorry for my bad english
The text was updated successfully, but these errors were encountered:
I want to create a dynamic tabular layout with closable feature by using
Menu
andtabular
option. I put theButton
component inside aMenu.Item
and implement the onClick event.When the buton is clicked, it's also calling
handleOpenClick()
function on theMenu.Item
component. I need to call thehandleCloseClick()
only.Is there any suggestion ?
Sorry for my bad english
The text was updated successfully, but these errors were encountered: