ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: tbum on June 30, 2022, 02:18:07 pm

Title: How can I access the dom object for the grid-overay of the selectionModel?
Post 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.
Title: Re: How can I access the dom object for the grid-overay of the selectionModel?
Post by: paramvir on July 01, 2022, 12:10:07 pm
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
Title: Re: How can I access the dom object for the grid-overay of the selectionModel?
Post by: tbum on July 01, 2022, 01:49:35 pm
Thank you