<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@native-html/heuristic-table-plugin](./heuristic-table-plugin.md) &gt; [useHtmlTableProps](./heuristic-table-plugin.usehtmltableprops.md)

## useHtmlTableProps() function

Customize the rendering logic of the table renderer via this hook.

<b>Signature:</b>

```typescript
export default function useHtmlTableProps({ sharedProps, tnode, ...props }: CustomRendererProps<TBlock>, options?: {
    overrideContentWidth?: number;
}): HTMLTableProps;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  { sharedProps, tnode, ...props } | CustomRendererProps&lt;TBlock&gt; |  |
|  options | { overrideContentWidth?: number; } | Customize this hook behavior. |

<b>Returns:</b>

[HTMLTableProps](./heuristic-table-plugin.htmltableprops.md)

props for the [HTMLTable](./heuristic-table-plugin.htmltable.md) component.

