Can't conditionals when column is external link

QuestionsCan't conditionals when column is external link
David asked 10 years ago

Hi!

I'm trying to make a conditional between 2 columns but is not work because one of them is a external link.

$cols[] = array(
"title" => "Price1",
"name" => "price1",
"editable" => false,
"search" => true,
"link" => "http://www.google.es/q/{search}",
"linkoptions" => "target='_blank'",
);

$cols[] = array(
"title" => "Price2",
"name" => "price2",
"editable" => false,
"search" => true,
);

//Condition
$f_conditions[] = array(
"column" => "price2",
"op" => ">=",
"value" => "{price1}",
"cellclass" => "green",
);

How can I fix it?

Regards!

1 Answers
Abu Ghufran answered 10 years ago

Emailing an update.

Your Answer

18 + 19 =

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?