<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@native-html/table-plugin](./table-plugin.md) &gt; [useHtmlTableProps](./table-plugin.usehtmltableprops.md)

## useHtmlTableProps() function

Extract props for the HTMLTable component from renderer function arguments. This function is especially usefull for custom table renderers.

<b>Signature:</b>

```typescript
export default function useHtmlTableProps({ style, tnode }: CustomRendererProps<TBlock>, tableConfig?: TableConfig): HTMLTableProps;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  { style, tnode } | CustomRendererProps&lt;TBlock&gt; |  |
|  tableConfig | [TableConfig](./table-plugin.tableconfig.md) | Override config options. |

<b>Returns:</b>

[HTMLTableProps](./table-plugin.htmltableprops.md)

