If the following conditions are met, clicking the table edit button and then saving the table without doing anything else results in a blank row added to the table.
- %EDITTABLE{...}% is preceeded by %TABLE{...}%
- That %TABLE{...}% has the headerrows parameter
- The headerrows parameter value is equal to or greater than the number of existing table rows
The following lines can reproduce the symptom
%TABLE{headerrows="2"}%
%EDITTABLE{}%
| *Column1* | *Column2* | *Column3* |
Click on "edit" button, there'll be a blank row appended.
The following lines also shows the symptom.
%TABLE{headerrows="2"}%
%EDITTABLE{}%
| *Column1* | *Column2* | *Column3* |
| 1 | 2 | 3 |
--
TWiki:Main/YaojunFei
- 2013-11-11