ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: omerix on December 15, 2018, 11:44:44 pm
-
If I don't add the following code to the .js file, the "striped rows" feature doesn't work in Jquery ui. Isn't that right?
.js adding code:
"n.push (" pq-striped ui-state-default ")"
-
By default, striped rows work with custom themes only.
For jQueryUI you can add css background rules manually, no js change is required.
.pq-striped.pq-grid-row{
background: red;
}