I have a <tr:table> that has a detailStamp containing another <tr:table>.  I
would like this innermost table (and in fact all tables in the application)
to use all of the available horizontal space.  Currently, the table takes up
only the needed space to show the content without wrapping.

I have tried the following, without success:

af|table {
    width: 100%;
}

af|table::content {
    width: 100%;
}


-- 
"Many men go fishing all of their lives without knowing it is not fish they
are after."

- Henry David Thoreau

Reply via email to