<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@native-html/table-plugin](./table-plugin.md) &gt; [HTMLTableBaseProps](./table-plugin.htmltablebaseprops.md)

## HTMLTableBaseProps interface

Base props for HTMLTable original and custom components.

<b>Signature:</b>

```typescript
export interface HTMLTableBaseProps extends HTMLTableStats 
```
<b>Extends:</b> [HTMLTableStats](./table-plugin.htmltablestats.md)

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [html](./table-plugin.htmltablebaseprops.html.md) | string | The outerHtml of <table> tag. |
|  [htmlAttribs?](./table-plugin.htmltablebaseprops.htmlattribs.md) | Record&lt;string, string&gt; | <i>(Optional)</i> Html attributes for this table node. |
|  [onLinkPress?](./table-plugin.htmltablebaseprops.onlinkpress.md) | RenderersProps\['a'\]\['onPress'\] | <i>(Optional)</i> Intercept links press. |
|  [sourceBaseUrl?](./table-plugin.htmltablebaseprops.sourcebaseurl.md) | string | <i>(Optional)</i> The base to resolve relative URLs. |
|  [WebView](./table-plugin.htmltablebaseprops.webview.md) | ComponentType&lt;any&gt; | The <code>WebView</code> Component you wish to use. |

