SID-00395: How To Add Last Update column in variable EDITTABLE
| Status: |
Answered |
TWiki version: |
4.1.2 |
Perl version: |
Not Clear |
| Category: |
CategoryPlugins |
Server OS: |
Not Clear |
Last update: |
16 years ago |
Variable EDITTABLE is very useful and powerful. I use it for a project tracker and put each project in separate row.
It is required that to add a new column which stands for project's information last update date.
The precision is preferred to minute level.
For example
I hope last column is not editable and will be updated when other user edit single row.
How could I make this true?
Thanks a lost
--
FlikShen - 2009-07-02
Discussion and Answer
I don't think this is possible with the
EditTablePlugin. You have much more power and flexibility by creating a project tracker with
TWikiForms and
FormattedSearches where each project is a page with a ProjectForm attached to it. That way you can run a SQL-like
QuerySearch to build tables like the one you need.
--
PeterThoeny - 2009-07-02
Closing after 30 days of inactivity.
--
PeterThoeny - 2009-08-12
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.