Author Topic: Help!!! For right click on mac  (Read 1631 times)

conx

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 9
    • View Profile
Help!!! For right click on mac
« on: May 07, 2020, 12:58:17 pm »
 when i tried to do right click on mac its not working, i need to show add column on right click but it is showing back, ref attached photos
(I pressed ctrl+trackpad click to do right click on mac)
Any solutions?

conx

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: Help!!! For right click on mac
« Reply #1 on: May 07, 2020, 02:22:02 pm »
Hi there,

Further to this, it seems that this is the current behaviour on a MAC

CTRL + tap trackpad inside a cell: activates chrome right click but not the param query context menu
Command + tap trackpad inside a cell: allows the user to select multiple cells
Secondary right click on a cell: activates the context menu in param query.

Is it possible to have the keybinding CTRL + tap trackpad inside a cell to activate the context menu for Mac?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6283
    • View Profile
Re: Help!!! For right click on mac
« Reply #2 on: May 07, 2020, 05:01:55 pm »
Please add this empty implementation of preInit callback to contextMenu option to fix it.

Code: [Select]
preInit: function(){}