@native-html/table-plugin
Version:
🔠A WebView-based plugin to render tables in react-native-render-html
21 lines (11 loc) • 615 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@native-html/table-plugin](./table-plugin.md) > [TableConfig](./table-plugin.tableconfig.md) > [tableStyleSpecs](./table-plugin.tableconfig.tablestylespecs.md)
## TableConfig.tableStyleSpecs property
Specs to generate css rules.
<img src="https://raw.githubusercontent.com/native-html/table-plugin/master/images/TableStyleSpecs.png" />
<b>Signature:</b>
```typescript
tableStyleSpecs?: TableStyleSpecs;
```
## Remarks
This prop will be ignored when `cssRules` are provided.