C:/GoDev/src/TCSTK-Angular/projects/tibco-tcstk/tc-core-lib/src/lib/components/tibco-cloud-table/tibco-cloud-table.component.ts
selector | tc-tibco-cloud-table |
styleUrls | ./tibco-cloud-table.component.css |
templateUrl | ./tibco-cloud-table.component.html |
Properties |
Methods |
Inputs |
jsonSource | |
Type : string
|
|
camelCaseTW | ||||||
camelCaseTW(header: string | any)
|
||||||
Parameters :
Returns :
any
|
ngOnChanges | ||||
ngOnChanges(changes)
|
||||
Parameters :
Returns :
void
|
ngOnInit |
ngOnInit()
|
Returns :
void
|
updateTable |
updateTable()
|
Returns :
void
|
columns |
Type : []
|
Default value : []
|
dataSource |
Type : TibcoCloudTableDataSource
|
displayedColumns |
Type : []
|
Default value : []
|
Columns displayed in the table. Columns IDs can be added, removed, or reordered. |
id |
Type : string
|
Default value : '_' + Math.random().toString(36).substr(2, 9)
|
paginator |
Type : MatPaginator
|
Decorators :
@ViewChild(MatPaginator, {static: true})
|
sort |
Type : MatSort
|
Decorators :
@ViewChild(MatSort, {static: true})
|
./tibco-cloud-table.component.css