ui.gadgets.tables-docs: add row-value? to the renderer protocol
parent
554445995e
commit
bb948bbbfb
|
@ -8,8 +8,9 @@ $nl
|
||||||
{ $subsections row-columns }
|
{ $subsections row-columns }
|
||||||
"Renderers can also implement the following optional generic words for additional row information:"
|
"Renderers can also implement the following optional generic words for additional row information:"
|
||||||
{ $subsections
|
{ $subsections
|
||||||
row-value
|
|
||||||
row-color
|
row-color
|
||||||
|
row-value
|
||||||
|
row-value?
|
||||||
}
|
}
|
||||||
"The following optional generic words allow the renderer to provide some information about the display of all rows:"
|
"The following optional generic words allow the renderer to provide some information about the display of all rows:"
|
||||||
{ $subsections
|
{ $subsections
|
||||||
|
|
Loading…
Reference in New Issue