Large data set (More than 1000 columns) , pivoting and cell actions in one component

Do webix datatable provide pivot functionality also. And also I cell certain cell action mechanism like I could write some custom logic to invoke action on each cell like right click on the cell to open custom menu for various action on that cell value or cell identifier.

There is a pivot control based on the webix datatable

http://pivot.webix.com/
http://docs.webix.com/desktop__pivot.html

As for cell actions, yes, you can attach context menu to the datatable or to specific cells of datatable only.

http://webix.com/snippet/d2bdf64f
http://docs.webix.com/desktop__contextmenu.html

This sample shows how menu can be attached to the whole grid ( but you will have column id in all related events, so it possible to show different options for different cells ) With a bit more coding, it is possible to define different context menu for different columns or different cells.

thanks for a prompt reply maksim this would be very helpful for me.