Question
I'm using
EditTablePlugin to create a simple editable bug application. The last row of this table shows the "totals" using
SpreadSheetPlugin formulae (COUNTITEMS,LISTSIZE).
But there seem to be two problems.
- I cannot seem to tell EditTablePlugin to not edit this row (I tried declaring the formulae as labels, but it doesn't seem to do the right thing).
- More importantly, the "Add row" button adds a new row after the totals row, which means that we have to go back and manually edit the table (which defeats the whole point).
Any suggestions on how to get this to work?
Thanks.
Environment
--
PankajPant - 29 Mar 2006
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
Does the info provided in
EditTableWithFormulas and
RunningTotalInEditTable help you?
--
FranzJosefSilli - 29 Mar 2006
Thanks Franz. That did the trick. I had a feeling that SpreadSheetPlugin could reference the table data even after the table, but didn't realize that I couldn't put the calculations in another TWiki table.
--
PankajPant - 30 Mar 2006