TableComponent
Extends:
Static Member Summary
| Static Public Members | ||
| public static get |
builderInfo: {"title": string, "group": string, "icon": string, "weight": number, "documentation": string, "showPreview": *, "schema": *} |
|
Static Method Summary
| Static Public Methods | ||
| public static |
emptyTable(numRows: *, numCols: *): * |
|
| public static |
savedValueTypes(): *[] |
|
| public static |
schema(extend: ...*): * |
|
Constructor Summary
| Public Constructor | ||
| public |
|
|
Member Summary
| Public Members | ||
| public get |
|
|
| public get |
className: * |
|
| public get |
colWidth: * |
|
| public get |
|
|
| public |
|
|
| public get |
schema: * |
|
| public |
table: *[] |
|
| public get |
|
|
Method Summary
| Public Methods | ||
| public |
attach(element: *): * |
|
| public |
destroy(all: *) |
|
| public |
init() |
|
| public |
render(): * |
|
Static Public Members
Static Public Methods
public static emptyTable(numRows: *, numCols: *): * source
Params:
| Name | Type | Attribute | Description |
| numRows | * | ||
| numCols | * |
Return:
| * |
public static schema(extend: ...*): * source
Params:
| Name | Type | Attribute | Description |
| extend | ...* |
Return:
| * |
