EDITTABLE{ attributes } -- edit tables using edit fields and other input fields

Example:
%EDITTABLE{ format="| text, 20 | select, 1, one, two, three |" changerows="on" }%
| *Name* | *Type* |
| Foo    | two    |

Produces: %EDITTABLE{ format="| text, 20 | select, 1, one, two, three |" changerows="on" }%
Name Type
Foo two
Related: See EditTablePlugin for more details