How to disable mouse right button click on Alarm Status Table component's header in perspective project?

I resolved this problem by style injection(a.k.a css injection).
The key is not to expose internal information of our system to customers by activating attributes(columns) such as 'Source' and 'Display Path'.

Of course I know that CSS injection is just a mimic, not a proper prescription.
Just share the way of mimic.

  1. Create style to be applied to Alarm Status Table component.

  2. Fill the property background-color with following value, click OK.

    } .contextMenuCommon {display: none !important;} {
    
  3. Apply the style to Alarm Status Table.

  4. Done. You can both left and right click, but cannot see the alarm table configuration menu.

I'll check Ignition v8.1.22 or later to try new feature further.