We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e26f54f commit cf3c76bCopy full SHA for cf3c76b
docs/documentation/docs/controls/ListView.ContextualMenu.md
@@ -43,7 +43,8 @@ export class ECB extends React.Component<IECBProps, {}> {
43
public render() {
44
return <div className={styles.ecb}>
45
<IconButton
46
- id='ContextualMenuButton1'
+
47
+id='ContextualMenuButton1'
48
className={styles.ecbbutton}
49
text=''
50
width='30'
@@ -105,6 +106,8 @@ To place this a bit more centric, we have small CSS manipulation as well:
105
106
```
107
## The result
108
The result will look like the following:
109
110

111
And in action it shows which function and item was clicked:
112
113

0 commit comments