TestTableTestData in 'raw' format
Here is a test of the table functionality, using internal test data:
{{TableOfContents}}
This page shows tests of various configuration items:
= show whole table =
{{{#!Table
source_spec=test_data
}}}
= test cols - show only name and phone number =
{{{#!Table
source_spec=test_data
cols=Phone:Name
}}}
= test row_filter - filter by name equals tim =
{{{#!Table
source_spec=test_data
row_filter=Name=Tim
}}}
= test external conf file =
{{{#!Table
source_spec=test_data
conf=TestPageTestDataConf
}}}
See [[TestPageTestDataConf]]