Skip to content

Commit fac81f9

Browse files
Update m_widget.ts
1 parent 2b52f35 commit fac81f9

File tree

1 file changed

+1
-1
lines changed
  • packages/devextreme/js/__internal/grids/pivot_grid

1 file changed

+1
-1
lines changed

packages/devextreme/js/__internal/grids/pivot_grid/m_widget.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1175,7 +1175,7 @@ class PivotGrid extends Widget {
11751175
that.$element().addClass(OVERFLOW_HIDDEN_CLASS);
11761176

11771177
const fieldChooserOptions = {
1178-
dataSource: that.option('dataSource'),
1178+
dataSource: that.getDataSource(),
11791179
encodeHtml: that.option('encodeHtml'),
11801180
allowFieldDragging: that.option('fieldPanel.allowFieldDragging'),
11811181
headerFilter: that.option('headerFilter'),

0 commit comments

Comments
 (0)