Can anyone here point me to good examples of advanced uses of
List-Builder?
I'd love to look at stuff others have done, to help me figure out how
to use this tool better. Here are a few I've found so far:
There are things I'd like to do with List-Builder that I'm stuck on
and can't figure out how. For example:
-
When displaying a table with many rows, I'd like to draw a horizontal
separator line of some sort, when the value in a certain column changes.
I have no idea how to do this.
(It might also be helpful to repeat the column headers at this point.)
-
I'd like to highlight or change the color of certain table cells based
on the data. E.g., when a number is very high, highlight it red. Am
I supposed to use
display_template
for this?