Merge pull request #90 from qlik-oss/tsm/increase-style-rows

Tsm/increase style rows
This commit is contained in:
Tobias Åström
2021-01-05 09:29:18 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -86,6 +86,6 @@ export function initializeDesignList (component, layout) {
resolve(data);
};
stylingField.OnData.bind(listener);
stylingField.getData();
stylingField.getData({ rows: 5000 });
});
}

View File

@@ -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 ||