Closed eriktim closed 6 years ago
Ok, so basically the idea is to use something like
table Styles.None [ ]
[ text "First name" :: List.map (text << .firstName) persons
, text "Last name" :: List.map (text << .lastName) persons
]
That actually makes sense! Would be nice to add an example though. Interested in an updated PR including an example, @mdgriffith ?
I'll update the docs, thanks!
Fixes #93.