Home > @native-html/heuristic-table-plugin
|
Function |
Description |
|---|---|
|
Customize | |
|
useHtmlTableProps({ sharedProps, tnode, ...props }, input, options) |
Customize the rendering logic of the table renderer via this hook. |
|
Interface |
Description |
|---|---|
|
Options to customize this plugin renderers. | |
|
Props for the HTMLTable component. | |
|
A cell is a unit of display for one 0 1 2 → x 1 . . 2 . . ↓ y | |
|
Props received by td and th custom renderers in | |
|
A container to display items in columns (think 'flex-direction: column') | |
|
A container to display items in row. (think 'flex-direction: row') | |
|
Variable |
Description |
|---|---|
|
A component to render tables. | |
|
Renderers to be merged in the | |
|
A 100% native renderer component for | |
|
The renderer component for | |
|
The renderer component for |