# 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](https://3330064618-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fq5dx9HWFJGshztp4binE%2Fuploads%2Fgit-blob-b4e039d0ee135f479549d5cae6c44e1a83ce5322%2Flist-with-hidden-header.png?alt=media)
