HtmlTableProps
HtmlTableProps
props are used for components that will render in an HTML table, such as the TableInHtmlTable
component or SortedTableInHtmlTable
component.
{
className?: string;
headerRow?: boolean;
idColumn?: boolean;
}
Type | Description | |
---|---|---|
className? | string | A string className to use on the root of the resulting element. |
headerRow? | boolean | Whether a header row should be rendered at the top of the table, defaulting to |
idColumn? | boolean | Whether an |
Since
v4.1.0