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