> For the complete documentation index, see [llms.txt](https://aurelia-ui-toolkits-1.gitbook.io/aurelia-v-grid-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aurelia-ui-toolkits-1.gitbook.io/aurelia-v-grid-docs/04.-optional-custom-attributes/v-resize-col.md).

# v-resize-col

Add it to one of the header elements you have to add re-size to column. Max 1 per column

```
<v-grid-col col-width="120">
  <v-header-template>
    <p>Full name</p>
    <input v-resize-col>
  </v-header-template>
  <v-row-template>
    <input value.bind="rowRef.name">
  </v-row-template>
</v-grid-col>
```

![](/files/-LA5Fw9_noBQB9tDA9se)
