You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
because the mode attribute contains possibly options, and the default attribute should be one of them. Otherwise, the opened table is empty and the default parameter is ignored. This can also be added to the documentation text.
§4.3 Using ShowPivotAction
There is not enough information to understand how to use the action.
It needs to clarify that ShowPivotAction should be imported as com.haulmont.charts.gui.components.action.list.ShowPivotAction, not as com.haulmont.charts.gui.components.action.ShowPivotAction (old implementation)
Environment
Description of the bug or enhancement
§4.1.3 Editable PivotTable
The error in code:
Should be replaced with
because the
mode
attribute contains possibly options, and thedefault
attribute should be one of them. Otherwise, the opened table is empty and the default parameter is ignored. This can also be added to the documentation text.§4.3 Using ShowPivotAction
There is not enough information to understand how to use the action.
It needs to clarify that ShowPivotAction should be imported as
com.haulmont.charts.gui.components.action.list.ShowPivotAction
, not ascom.haulmont.charts.gui.components.action.ShowPivotAction
(old implementation)Also update and expand the example
to
It would be helpful to clarify how to get the components that extend ListComponent.
Add the good example link https://demo10.cuba-platform.com/sampler/#main/3/sample?id=pivot-table-show-pivot-action
The text was updated successfully, but these errors were encountered: