Loading...
 
Skip to main content

Features / Usability


Wiki syntax for table headers

posts: 54 France

Hi there,

I'm looking for the syntax to make table headers (-+th+-) in tables. I found nothing on that in WikiTables. It's very surprising since it's one of the most basic feature of HTML to render semantically correct tables.

I don't want to emulate that using presentation code like that :

 
   || ::__ header 1 __:: | ::__ header 2 __:: || data 1 | data 2 || 


for :

header 1
header 2
data data data data data 1 data data data data data 2



There are no comments at this time.