Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 224 Bytes

File metadata and controls

14 lines (11 loc) · 224 Bytes
header


The header prop accepts a boolean to determine if field headers should be displayed or not. By default this is true.

<Table
  header={false}
/>