Ticket #425 (confirmed New Feature)
Table tags to support enhanced table design by class style
| Reported by: | kmax | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description
Hi, I very miss table autoformat and other function to style table. Is possible to generate table with some enhanced tags. In this case everybody will be able to design table by CSS class (Because there will be chance to design first row, first column and every second row]. Here is example that you can know what I mean.
<TABLE >
<CAPTION></CAPTION>
<THEAD>
<TR>
<TH scope=col></TH>
<TH scope=col></TH>
<TH scope=col></TH>
</TR>
</THEAD>
<TFOOT>
<TR>
<TH scope=row></TH>
<TD ></TD>
<TD ></TD>
</TR>
</TFOOT>
<TBODY>
<TR>
<TH scope=row></TH>
<TD></TD>
<TD></TD>
</TR>
<TR class=odd>
<TH scope=row></TH>
<TD></TD>
<TD></TD>
</TR>
and so on ....
Change History
Note: See
TracTickets for help on using
tickets.

#825 has been marked as dup