Questions tagged [iconmenu]
4 questions
15
votes
1 answer
How to use material-ui IconMenu inside cell of React fixed-data-table
I have put together a working sample of the grid and want to add an IconMenu into a column for each row of the grid. I am seeing the icon button, but when I click on it I do not get the menu. Below is the code for the grid.
Has anyone managed to get…

Elan
- 6,084
- 12
- 64
- 84
13
votes
3 answers
React Material-UI dropdown menu not working
I am creating a simple icon drop-down menu using Material UI. But after rendering the glyph appears and no MenuItems are shown after clicking on the it. Here is the code -
import { IconMenu, IconButton } from 'material-ui' ;
const MoreVertIcon =…

vertexion
- 536
- 2
- 7
- 20
2
votes
0 answers
Nested Icon Menus not closing on click if useLayerForClickAway set to true
Using a fragment of Material UI's sample code for nested icon menus, if I add the "useLayerForClickAway" property and set it to true, when clicking on an item on the second set of menu items, the "parent" popover is not closed as it's supposed…

Lorena
- 135
- 8
0
votes
1 answer
How to use label in IconMenu
I am using IconMenu with IconButton and Icon.
I want to have a label just before 'NavigationExpandMoreIcon'.
Is it possible to achieve in this possible setup or do I need to change the components that I am using?
My Code looks like:

Vikash Tiwari
- 113
- 1
- 10