Create a tiddler "rowcount" containing:

table {
  counter-reset: rowcount;
}
tr{
  counter-increment: rowcount;
}
span.counter:before {
  content:counter(rowcount);
}



and tagged as $:/tags/Stylesheet.

Put into your cell where you want the counter

<span class=""counter"/>



-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to