This question about Using an extension, Missing functionality: Asked
Can the databg parameter be applied to specific rows instead of in a repeated pattern?
I would like to highlight specific rows in a table, for example the third row should have a background highlight in yellow. However, when #none is used as a parameter it overrides any following colors and sets the entire table to the page color.
%TABLE{ databg="#none,#none,#fff300"}% <-- this should show the third row with a yellow background
results in:
data |
data |
data |
data |
data |
data |
data |
data |
data |
data |
data |
data |
data |
data |
data |
data |
I also want this to override the default repeated zebra pattern for databg. In other words if I have 10 rows and want to highlight only rows 2 and 7, as opposed to every other row.
Should I use the
EditRowPlugin? I wasn't able to use the
TablePlugin parameter properly so examples would be appreciated.
.foswikiTableRow + type + row number
--
MorganGoodrich - 10 Mar 2020