projects/ng2-google-charts/src/lib/google-charts-datatable.ts
Properties |
Methods |
|
Outputs |
constructor(opt: GoogleChartsDataTableInterface)
|
||||||
|
Parameters :
|
| dataTableChanged | |
Type : EventEmitter<any>
|
|
| Public getDataTable |
getDataTable()
|
|
Returns :
any
Underlying google.visualization.DataTable |
| Public init | ||||||
init(opt?: GoogleChartsDataTableInterface)
|
||||||
|
Parameters :
Returns :
void
|
| Public reformat |
reformat()
|
|
Applies formatters to data columns, if defined
Returns :
void
|
| Public setDataTable |
setDataTable(dt: any, firstRowIsData?: boolean)
|
|
Returns :
void
|
| Public query |
Type : any
|
| Public tid |
Type : any
|