Skip to content
This repository was archived by the owner on Apr 18, 2020. It is now read-only.
This repository was archived by the owner on Apr 18, 2020. It is now read-only.

Table / Row level styling #31

Open
@robertmarney

Description

@robertmarney

Consider allowing inheritance of attributes from parents (ie table->row->cell or table->col->cell).

So instead of:

<table>
   <tr>
      <th data-a-wrap="true" data-f-bold="true"> Header</th>
      <th data-a-wrap="true" data-f-bold="true"> Header 2 </th>
      <th data-a-wrap="true" data-f-bold="true"> Header 3</th>
   </tr>
</table>

Support:

<table>
   <tr data-a-wrap="true" data-f-bold="true">
      <th> Header</th>
      <th> Header 2</th>
      <th> Header 3</th>
   </tr>
</table>

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions