@kvaser/canking-api
Version:
CanKing API to communicate with the CanKing service using Node.js.
66 lines (33 loc) • 749 B
Markdown
[**Kvaser CanKing GUI Extensions SDK v7.5.1**](../../README.md)
***
[Kvaser CanKing GUI Extensions SDK](../../modules.md) / [controls](../README.md) / TableColumn
Interface: TableColumn\<T\>
TableColumn definition.
# Type Parameters
## T
`T`
# Properties
## dataCell()
**dataCell**: (`row`) => `ReactNode`
A callback to get the data cell content for the specified row.
### Parameters
#### row
`T`
### Returns
`ReactNode`
***
## dataProps
**dataProps**: `Partial`\<`TableCellProps`\>
Data cell properties.
***
## headCell
**headCell**: `ReactNode`
Header cell content.
***
## headProps
**headProps**: `Partial`\<`TableCellProps`\>
Header cell properties.
***
## key
**key**: `Key`
A unique key.