• /
  • EnglishEspañol日本語한국어Português
  • Log inStart now

TableHeader

Wrapper for cells composing the header. Header always need to be present and be the first immediate child of the <Table> element.

Usage

import { TableHeader } from 'nr1'

Props

children

REQUIRED
node

List of column headers, in the shape of <TableHeaderCell>s. Cells need to be direct children of the header, i.e. there must not be any node between <TableHeader> and <TableHeaderCell>s.

Copyright © 2024 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.