Thanks to visit codestin.com
Credit goes to github.com

Skip to content

<Row> within <Section> creates two tables #223

@MickL

Description

@MickL

Example from the docs https://vuemail.net/components/section :

  <Section>
    <Row>
      <Column>Column 1, Row 1</Column>
      <Column>Column 2, Row 1</Column>
    </Row>
    <Row>
      <Column>Column 1, Row 2</Column>
      <Column>Column 2, Row 2</Column>
    </Row>
  </Section>

This will create:

<table>
   <table>
       ...
   </table>
   <table>
       ...
   </table>
</table>

Sorry I dont have the time to create a reproduction repo

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions