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
Is your feature request related to a problem? Please describe.
I would like to render a form inside the context menu as in:
Ideally it would support "sub-menus" similar to the attached screen recording:
Describe the solution you'd like
In the docs i only see the following props - none of which seems applicable
**
* Optional context menu item icon.
*/
icon?: React.ReactNode;
/**
* Optional context menu item icon for the right side of the title.
* If provided this will overwrite the submenu's ▶ icon
*/
iconRight?: React.ReactNode;
/**
* Optional context menu item title.
* If not provided, one will be generated automatically by "humanizing" the key.
* @default humanize(key)
*/
title?: React.ReactNode;
Any workarounds?
other ideas?
Amazing job on this library and mantine-datatable!
Erik.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I would like to render a form inside the context menu as in:
Ideally it would support "sub-menus" similar to the attached screen recording:
Describe the solution you'd like
In the docs i only see the following props - none of which seems applicable
Any workarounds?
other ideas?
Amazing job on this library and mantine-datatable!
Erik.
The text was updated successfully, but these errors were encountered: