I just tried the first example twice in the same topic:
%EDITTABLE{ format="| row, -1 | text, 20, init | select, 1, one, two, three, four | radio, 3,:-),:-I,:-( | label, 20, %SERVERTIME{"$day $m
on $year $hour:$min"}% |" changerows="on" quietsave="on" }%
|*Nr*|*Text field*|*Drop down*|*Mood*|*Timestamp*|
| 1 | hello table | one | :-) | 26 Jun 2002 12:30 |
| 2 | | two | :-( | 27 Jun 2002 12:40 |
%EDITTABLE{ format="| row, -1 | text, 20, init | select, 1, one, two, three, four | radio, 3,:-),:-I,:-( | label, 20, %SERVERTIME{"$day $m
on $year $hour:$min"}% |" changerows="on" quietsave="on" }%
|*Nr*|*Text field*|*Drop down*|*Mood*|*Timestamp*|
| 1 | hello table | one | :-) | 26 Jun 2002 12:30 |
| 2 | | two | :-( | 27 Jun 2002 12:40 |
When I press edit+save the resulting topic looks like this
%EDITTABLE{format="| row, -1 | text, 20, init | select, 1, one, two, three, four | radio, 3,:-),:-I,:-( | label, 20, %SERVERTIME{"}%
| *Nr* | *Text field* | *Drop down* | *Mood* | *Timestamp* |
| | hello table | one | :-) | 26 Jun 2002 12:30 |
| 2 | | two | :-( | 27 Jun 2002 12:40 |
TWiki::Plugins::EditRowPlugin::Table=HASH(0x90ce684)
So two errors on one strike:
- the EDITTABLE tag breaks due to the SERVERTIME tag inside
- the pointer of the second table, not its content, is inserted back into the topic
--
TWiki:Main/MichaelDaum
- 15 Mar 2007
various problems including the above have been reolved on this report, so changing the headline.
Outstanding issues are data loss when editing wide tables and lack of sorting support.
CC
Client asked to be able to edit entire table. Easier to extend this plugin than to make it work with
EditTablePlugin.
CC