Is there a way to give minimum width value to data field within a table-data?
Meaning for a text-data field within a table-data macro to have a minimum width in view mode even if the text entered does not have the minimum width?
Cheers
Cheers
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
The company marked this question as answered.
-
Inappropriate?Not directly, unfortunately. A work-around would be to use something like the {div} macro from the 'Content Formatting Macros' plugin. Wrap one around your column and specify the div width, either directly via 'style' or using a CSS class. Eg:
{table-data:My Table}
|| Unsized || {div:style=width:250px}Sized{div} ||
| {text-data:Unsized} | {text-data:Sized|width=250px} |
{table-data}
The {div} could equally go around the {text-data} field - I don't think it makes a big difference.
1 person says
this answers the question
-
Thanks for the swift and quick reply David. :)
Loading Profile...



EMPLOYEE