# Headers and footers
The column headers are always visible and do not scroll up/down with the grid rows.
# Header rows
The datagrid automatically adds one headers row if you skip headers property. However you can
add one or more header rows explicitly:
let headers = [{
    template: 'headers',
    class: 'ax-headers-row',
    height: 50
}];
