diff --git a/src/dataset.js b/src/dataset.js index 29859d1..aa8ee70 100644 --- a/src/dataset.js +++ b/src/dataset.js @@ -86,6 +86,6 @@ export function initializeDesignList (component, layout) { resolve(data); }; stylingField.OnData.bind(listener); - stylingField.getData(); + stylingField.getData({ rows: 5000 }); }); } diff --git a/src/index.js b/src/index.js index 460141f..b6e7264 100644 --- a/src/index.js +++ b/src/index.js @@ -108,7 +108,7 @@ export default { async getContextMenu (obj, menu) { const app = qlik.currApp(this); const isPersonalResult = await app.global.isPersonalMode(); - // This check is done because the desktop wrapper blocks downloads. + // This check is done because the desktop wrapper blocks downloads. // It also blocks this feature in QCS currently as isPersonalMode returns true if ( !this.$scope.layout.allowexportxls ||