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

Table / Row level styling #31

Open
robertmarney opened this issue Oct 23, 2019 · 0 comments
Open

Table / Row level styling #31

robertmarney opened this issue Oct 23, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@robertmarney
Copy link

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>
@rohithb rohithb added the enhancement New feature or request label Oct 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants