This question about Developing extensions (plugins skins etc.): Asked
Can the databg parameter be applied to specific rows instead of in a repeated pattern?
I would like to highlight certain rows in a table, overriding the default zebra pattern which applies with databg. For example, how would I highlight only the third row in this table yellow and leave the rest white (the page color)?
data |
data |
data |
data |
data |
data |
data |
data |
data |
data |
data |
data |
data |
data |
data |
data |
If I specify the "none" parameter first, then the entire table stays white. I.e., I cannot create N number of rows of "none" and then the yellow parameter in the row position I want highlighted - none overrides all other parameters if it is the first.
<-- all rows in table are white because none is first.
--
MorganGoodrich - 10 Mar 2020