---
title: "Controlling the Width of Table Columns"
canonical: "https://support.appfire.com/space/TBL/74814782/Controlling%20the%20Width%20of%20Table%20Columns"
format: markdown
---
> Macro (div)
> 
> ### On this page
> 
> > Macro (toc)

# Overview

This page demonstrates how to use the [Table Plus macro](https://appfire.atlassian.net/wiki/spaces/TBL/pages/74815966), which is part of the [Advanced Tables for Confluence](https://appfire.atlassian.net/wiki/spaces/TBL/overview) add-on, to control the width of table columns. The requires the add-on be at release 6.4 or later. See [Controlling the Width of Table Columns Before Release 6.4](https://appfire.atlassian.net/wiki/spaces/TBL/pages/74815290).

# Macro Browser Input

### Select this Macro

|  |  |
| --- | --- |
| *Macro Name* | Table Plus |
| *Macro Syntax* | {table-plus} |

### Define these Parameters/Values

|  |  |
| --- | --- |
| *Column styles * | `width:170px,width:170px` |

### Screenshot

![image](media://07695b99-5c6f-4cd6-91f6-7855bb4c7642)

# Wiki Markup Input

```plaintext
{table-plus:columnStyles=width:170px,width:170px}
|| A || B ||
 | 1 | 2 |
 | 3 | 4 |
{table-plus} 
```

 

# Example Result

> Macro (table-plus)
> 
> | **A** | **B** |
> | --- | --- |
> | 1 | 2 |
> | 3 | 4 |

 

# Other Examples

[Column Width Example with Fixed Layout](https://appfire.atlassian.net/wiki/spaces/TBL/pages/74815372) is a related example. Visit our [full list of product examples](https://appfire.atlassian.net/wiki/spaces/TBL/pages/74815984) for additional inspiration!