So I bookmarked this article the other day but haven’t taken the time to really go through it but I remember the author talks about just this subject. Might be of help.
This “filling” seems to me to be a gap in CSS facilities, and all the “work arounds” are either over complex or verbose, and have their own problems. All an anathema to what I am trying to do. I may just go with the border-bottom.
First of all, you should create valid HTML code for the table using TABLE and TBODY elements.
Then you could use nth-child(odd) pseudo class for styling like so. In the example I use the STYLE element to be easily copy / pasted. In TW we should use a stylesheet tiddler.
IMO it’s easy to read and looks much nicer as dots
I know I am living dangerously omitting tags, but it does work. If I was publishing on the internet, or need something more sophisticated I would add these tags.
Also the table tag introduces boarders I do not want on tiddlywiki
To all, I think the range of different ways to present a list item that have being raised here are fantastic. I think a macro or one of the new features being discussed that will appear in TiddlyWiki 5.2.4+, will be a good idea allowing users to select from anyone of these, perhaps with a simple keyword.
The list widgets template parameter can achieve this to some degree, the main issue in my mind is how to pass the one or more values for each row, or column to the macro.
Maybe some thing like this with current tiddlywiki