> For the complete documentation index, see [llms.txt](https://docs.valtimo.nl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.valtimo.nl/nog-een-plek-geven/reference/user-interface/list-with-hidden-header.md).

# Toolbar actions list

The CarbonListComponent supports hiding the column headers. To enable this the following steps must be followed:

1. Set the hideColumnHeader flag to true:

   **`sample.component.html`**

   ```angular2html
   <valtimo-carbon-list
   [items]="items"
   [fields]="fields"
   [hideColumnHeader]="true"
   >
   </valtimo-carbon-list>
   ```

This will create a list with hidden column headers:

![list-without-header.png](/files/HgM9D3mT0pDQ2RxePIkd)
