>
> 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 view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/V-6UOcPVgo0J.
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.

Reply via email to