ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: gilem on August 30, 2018, 01:21:26 am
-
we were previously using 2.x, and with 5.x jQuery.contextMenu is no longer working.
The menu pops up, we are unable to determine what the row# is.
We used to use this.attr('pq-row-indx') within the contextMenu callback, but it is not obvious to me how to get the row with v5.
Thanks
-
in v5x, id of the rows is like pq-body-row-u5-2-left whereby id.split("-")[4] provides the rowIndx.