TestTable2 in 'raw' format
Below is table 2.
This table is read from a single page: [[Table2]]
The format of this page is bar-bar ('||') format. (also known as MoinMoin format)
In the table, the Status field should be shown as colored.
In the add form, the Status field should be a select, with 3 possible values
Configuation block is hidden on page, edit page to see it.
{{{#Table2Conf
field=Status
type=Select
possible_values="""Not Done
In Progress
Done"""
colors="""Not Done:ffb0b0
In Progress:ffffb0
Done:b0ffb0"""
}}}
{{{#!Table
source_spec=Table2
conf=:Table2Conf
}}}
Does it work?