word wrapping for individual columns

Questionsword wrapping for individual columns
Matthew asked 8 years ago

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
Abu Ghufran answered 8 years ago

I'm afraid this is no available.
Conditional css is i guess good workaround.

Your Answer

16 + 14 =

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?