TableView
TableView(
this: void,
props: TableViewProps,
): {
$on?: (type: string, callback: (e: any) => void): () => void;
$set?: (props: Partial<TableViewProps>): void;
}| Type | Description | |
|---|---|---|
this | void | |
props | TableViewProps | The props passed to the component. |
| returns | { $on?: (type: string, callback: (e: any) => void): () => void; $set?: (props: Partial<TableViewProps>): void; } |
Since
v8.1.0