@native-html/table-plugin
Version:
🔠A WebView-based plugin to render tables in react-native-render-html
14 lines (8 loc) • 457 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@native-html/table-plugin](./table-plugin.md) > [HTMLTableBaseProps](./table-plugin.htmltablebaseprops.md) > [htmlAttribs](./table-plugin.htmltablebaseprops.htmlattribs.md)
## HTMLTableBaseProps.htmlAttribs property
Html attributes for this table node.
<b>Signature:</b>
```typescript
htmlAttribs?: Record<string, string>;
```