|
so you should also be able to not to display headers and not
include a table body... or you want to display two table headers&body in the
same table?
speaking about table meaning in html, doing a such thing only
to define the size of columns is not a good thing. If you want to control column
width (presentation) you should use css.
I know with css you can't make the table "flexible" and keep
columns of the same size in two different tables at the same time, but at least
you can define a fixed (or percentual, wich should allow you to achieve the
result) size for each of the columns and apply it to both the tables. Use the
"table-layout:fixed;" attribute to avoid resizing, that's all.
fabrizio
PS. Mathias, I definitively don't think adding an
"omitTableTags" attributes could be a good solution... what about table
header and body? you should omit those too... and what about column headers
defined by <th>? changing them to <td> makes no sense, because they
ARE column headers, but putting anything before them, inside the table, will
make the table loose any logic...
|
Title: RE: [displaytag-devel] display09/src - New directory
- RE: omit table tags (was: RE: [displaytag-devel] display... Fabrizio Giustina
