ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: arbyter on December 17, 2019, 04:09:16 pm
-
hi
tried to implement pq-contextmenu following the api docu.
from api:>> $( selector ).pqGrid( { contextMenu: {on: true, items: [{
name: 'Undo',
listener: function(evt, ui, item){
this.History().undo();
}
}, ... ]} } );
didnt work, then i mistrusted the naming "listener". Changed to "action", then it works.
-
Please refer the API docs
https://paramquery.com/pro/api#option-contextMenu
and demo:
https://paramquery.com/pro/demos/context_menu
-
i did, but your example code from api-doc is the snippet, i used in my post.
-
Ok, thanks for the correction.