comparison tests/crud1.ur @ 336:34847732cefc

Crud gets column headings
author Adam Chlipala <adamc@hcoop.net>
date Sat, 13 Sep 2008 20:04:28 -0400
parents e457d8972ff1
children 075b36dbb1a4
comparison
equal deleted inserted replaced
335:bc5015b89dd2 336:34847732cefc
4 val tab = t1 4 val tab = t1
5 5
6 val title = "Crud1" 6 val title = "Crud1"
7 7
8 val cols = { 8 val cols = {
9 A = {Show = txt _}, 9 A = {Nam = "A", Show = txt _},
10 B = {Show = txt _}, 10 B = {Nam = "B", Show = txt _},
11 C = {Show = txt _}, 11 C = {Nam = "C", Show = txt _},
12 D = {Show = txt _} 12 D = {Nam = "D", Show = txt _}
13 } 13 }
14 end) 14 end)