ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: omerix on December 15, 2018, 11:44:44 pm

Title: Jquery ui theme striped row
Post 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 ")"
Title: Re: Jquery ui theme striped row
Post by: paramvir on December 17, 2018, 09:37:42 am
By default, striped rows work with custom themes only.

For jQueryUI you can add css background rules manually, no js change is required.

Code: [Select]
.pq-striped.pq-grid-row{
  background: red;
}