---
title: "How to make user-defined row styles persist - Cloud"
canonical: "https://support.appfire.com/space/TBL/74813085/How%20to%20make%20user-defined%20row%20styles%20persist%20-%20Cloud"
format: markdown
---
> Macro (aura-html)

<span style="color: #000000">This page provides an </span><span style="color: #000000">example</span><span style="color: #000000"> to enforce user-defined styles for rows. For this example, let's consider</span> <span style="color: #000000">[Monthly Temperatures table](https://appfire.atlassian.net/wiki/spaces/TBL/pages/74812593)</span><span style="color: #000000"> for which you want to set styles of various rows, including the header row.</span>

### <span style="color: #000000">Select this macro</span>

|  |  |
| --- | --- |
| <span style="color: #000000">**Macro name**</span> | <span style="color: #000000">*Table Plus*</span> |
| <span style="color: #000000">**Macro syntax (Old editor)**</span> | <span style="color: #000000">*{table-plus}*</span> |
| <span style="color: #000000">**Macro syntax (New editor - case insensitive)**</span> | <span style="color: #000000">*/Table Plus*</span> |

### <span style="color: #000000">Define these parameters/values</span>

|  |  |
| --- | --- |
| <span style="color: #000000">*** Row styles***</span><br><span style="color: #000000">(Comma separated styles)</span> | <span style="color: #000000">*font-size:160%;padding:20px;border: 5px solid #c1c7d0, color:green;font-size:125%;padding-top:25px, background:lightblue;color:red;border: 2.5px dotted black, font-style:italic;font-size:175%;padding-left:35px*</span> |
| <span style="color: #000000">***Apply row style to individual cell***</span> | <span style="color: #000000">On</span> |

### <span style="color: #000000">Parameters set in the macro editor</span>

![Advanced Tables Table Plus macro settings for row styles](media://8c85b1d9-7378-4edf-9584-f65ce079170c)

### Example result

<span style="color: #000000">When the </span><span style="color: #000000">*Apply row style to individual cell*</span><span style="color: #000000"> is off, certain styles for cell padding or borders are not applied due to the existing default Confluence styles as shown:</span>

![Advanced Tables table before userdefined row styles](media://802e2594-e6b1-48d0-a373-13a665e8ae66)

<span style="color: #000000">When the </span><span style="color: #000000">*Apply row style to individual cell*</span><span style="color: #000000"> is toggled on, the table is displayed with all the specified styles are applied after overriding the default Confluence styles as shown:</span>

![Advanced Tables table after userdefined row styles persist](media://4c439335-fe0e-469b-9475-b5b8cb690fcd)