showWidgetAsTableSet()
Home > @gooddata/sdk-ui-dashboard > showWidgetAsTableSet
showWidgetAsTableSet() 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.
Creates a new ShowWidgetAsTableSet event.
Signature:
export declare function showWidgetAsTableSet(ctx: DashboardContext, ref: ObjRef, showAsTable: boolean, correlationId?: string): IShowWidgetAsTableSet;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
ctx |
dashboard context | |
|
ref |
reference to the widget | |
|
showAsTable |
boolean |
whether to show as table |
|
correlationId |
string |
(Optional) optional correlation ID |
Returns: