Opened 18 years ago
Last modified 17 years ago
#425 confirmed New Feature
Table tags to support enhanced table design by class style
Reported by: | Max | 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 (2)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
Keywords: | Confirmed added |
---|
#825 has been marked as dup