ag-grid-enterprise icon indicating copy to clipboard operation
ag-grid-enterprise copied to clipboard

Ability to show context menu manually

Open namnn opened this issue 7 years ago • 2 comments

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]

namnn avatar Apr 20 '18 03:04 namnn

We would also like this supported.

matthewpaulmcgowan avatar Oct 17 '18 20:10 matthewpaulmcgowan

any progress on this? Current approach to use api.contextMenuFactory.showMenu(...) is hacky because contextMenuFactory is a private field and causes error ts(2341)

yekver avatar Apr 01 '22 12:04 yekver