setShowWidgetAsTable()
Home > @gooddata/sdk-ui-dashboard > setShowWidgetAsTable
setShowWidgetAsTable() function
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Command to set a widget to show as table.
Signature:
export declare function setShowWidgetAsTable(ref: ObjRef, showAsTable: boolean): ISetShowWidgetAsTable;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
ref |
reference to the widget | |
|
showAsTable |
boolean |
whether to show as table or not |
Returns: