Hello,
I need to show an Grid col depending Other Grid Col value, for example Col1 = 5 then show Button HTML Col.
Thank you!
2 Answers
Refer demos/appearance/conditional-data.php
e.g.
$col["condition"] = array('$row["total"] > 100', $buttons_buy, $buttons_try);
Your Answer