ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: tbum on June 30, 2022, 02:18:07 pm
-
How can I access the dom object for the grid-overay of the selectionModel?
I want to set different colors depending on the selected area position.
-
class of the selection overlay is "pq-grid-overlay r11c12r21c23" so you can add the style according to the selected area.
class r11c12r21c23 implies r1: 1, c1: 2, r2: 1, c2: 3
-
Thank you