Thanks, Jon! It works nicely. I was trying something similar, bit I didn't get it quite right. Also, I realized that in my use case, I need to put the class row at the end, not at the beginning.
w On Jun 22, 6:30 am, Jon <[email protected]> wrote: > > Is it possible to use some kind of CSS class to hide the first column > > of a wiki table? > > Sure. Give the table a class, then use the first-child pseudoclass in your > StyleSheet tiddler: > > |myTable|k > |1|xxx| > |2|yyy| > ... > > .myTable td:first-child { display:none; } > > --Jon -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

