Problem formatting columns

QuestionsProblem formatting columns
josep asked 9 years ago

I have a problem with the css formatting.
Working with phpgrid whose data charge from an array.
Some cells have the propieda blackground different color depending on its value

$ f = array ();
$ f ["column"] = "activity";
$ f ["op"] = "=";
$ f ["value"] = "MA";
$ f ["cellcss"] = "'background-color': '# FF33FF'";
$ f_conditions [] = $ f;

$ f = array ();
$ f ["column"] = "activity";
$ f ["op"] = "=";
$ f ["value"] = "A0";
$ f ["cellcss"] = "'background-color': '# FFCC99'";
$ f_conditions [] = $ f;

It happens that in generating the colors come out perfectly but are lost in the filtrate. To avoid losing scrooll I put the property to true

$ grid ["scroll"] = true;

but in this case it happens that I can not keep fixed columns.

Is there any solution to maintain fixed columns and paginated without losing the possibility of property $ f ["cellcss"] = "'background-color': '# FFCC99'";

regards

3 Answers
Abu Ghufran answered 9 years ago

I emailed you working demo local-array.php few days back, kindly check and reply if still not working.

josep answered 9 years ago

Hello,
The example you sent me does not correspond to the problem that comment because the problem occurs when I set jqGrid with paging and fixed columns at once; if these two conditions are not met working properly; in the example sent no fixed columnads.

regards

Abu Ghufran answered 9 years ago

Emailed you updated jqgrid_dist.php lib.

Your Answer

0 + 15 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?