Hi,
I need to apply word wrapping to individual columns dependant on which tables they are in. I'm using this method:
$f["column'] = "colname";
$f["css"] = "'white-space':'normal'";
$f_conditions[]=$f;
$g->set_conditional_css($f_conditions);
Is there an easier way to do this? Something like:
$col["wrap"] = true;
thanks
1 Answers
Your Answer