Header right click context menu in data table

Hi Team

on right click datatable header the context menu want to be present.

Regard’s
Deepak

Basically, the datatable header supports only left mouse click event (onHeaderClick()).

You can create a custom click handler as shown below:

http://webix.com/snippet/4b676653

Note that it requires disabling of the native browser right-click handler within the datatable layout. Despite of it, all Webix context items will work.

Hi Listopad

I got idea about this one

Thank you so much