react.arquerotableheaderprops.md
January 18, 2023 ยท View on GitHub
Home > @datashaper/react > ArqueroTableHeaderProps
ArqueroTableHeaderProps interface
Props for the ArqueroTableHeader component
Signature:
export interface ArqueroTableHeaderProps
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| background? | string | (Optional) The table background color | |
| color? | string | (Optional) The table color | |
| commandBar? | ReactNode | (Optional) The optional command bar | |
| farCommandBar? | ReactNode | (Optional) The optional far-command bar | |
| name? | string | (Optional) The table name | |
| showColumnCount? | boolean | (Optional) Whether to show the column count | |
| showRowCount? | boolean | (Optional) Whether to show the row count | |
| styles? | ArqueroTableHeaderStyles | (Optional) The table styles | |
| table | ColumnTable | The arquero table to render | |
| visibleColumns? | string[] | (Optional) Column-names that are visible |