CommonDoc / common-doc

A framework for representing and manipulating documents.
http://commondoc.github.io
40 stars 4 forks source link

Column/row spans in tables #18

Open jasom opened 8 years ago

jasom commented 8 years ago

I'm writing a reStructuredText to common-doc converter, and it appears that there is no way to represent cells that span columns or rows. Is there any possibility of something like this being added?

jasom commented 8 years ago

Another glaring missing feature is column-headers, but at least including the header as an unstyled row works fine.

eudoxia0 commented 8 years ago

Well strictly speaking column headers are defined as classes but currently none of the markup languages have syntax for them.

Also yeah column spans should be able to me modeled in CommonDoc :disappointed: the class hierarchy I thought up just handles the most basic form of tables as basic grids.