ag-grid-enterprise
ag-grid-enterprise copied to clipboard
Ability to show context menu manually
I'm submitting a ... (check one with "x")
[ ] bug report => search github for a similar issue or PR before submitting
[x ] feature request
[ ] support request => Please do not submit support request here, instead see https://github.com/ceolter/ag-grid-enterprise/blob/master/CONTRIBUTING.md#question
Current behavior Context menu toggle is abstracted by ag-grid and there is no api call to trigger it. The following issue doesn't seem to work any more https://github.com/ag-grid/ag-grid-enterprise/issues/72
Expected behavior There should be an api function to toggle context menu manually.
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior? On left-click on option icon (critical for mobile)
Please tell us about your environment:
-
ag-Grid-Enterprise version: 17.1.1
-
Browser: [all]
-
Language: [all]
We would also like this supported.
any progress on this? Current approach to use api.contextMenuFactory.showMenu(...) is hacky because contextMenuFactory is a private field and causes error ts(2341)