Feature Proposal: Auto Table Row Numbering
Motivation
Saves time when it's necessary to number/renumber each table row. Especially useful when renumbering where if you need to insert a row, currently you have to manually renumber every row that follows.
Description and Documentation
Would behave like the auto number list functionality currently in twiki.
Examples
Just as this:
1.abc
1.def
results in:
- abc
- def
This:
|1.|abc|
|1.|def|
would result in:
Impact and Available Solutions
Implementation
--
Contributors: TonyGomez
Discussion
--
TonyGomez - 01 May 2006
* Set PP = %CALC{"$EVAL($T(R$ROW(-1):C$COLUMN())+1)"}%
--
FranzJosefSilli - 01 May 2006