Skip to content

Potential feature: Support rowspan in table rendering #225

@mindok

Description

@mindok

Nice library thanks!

Have you thought about implementing "rowspan" in tables?

Example:

<table>
   <tr>
     <td>Top left</td>
     <td rowspan="2">Whole right</td>
  </tr>
   <tr>
     <td>Bottom left</td>
  </tr>
<table>

I would imagine RenderTable gets quite a bit more complicated to handle rowspan & colspan.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions