/** * Interface specifying header row options * @stickyFooter Specifies whether the header row will be sticky */ export interface HeaderConfiguration { stickyHeader: boolean }