We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fe6a83 commit b080967Copy full SHA for b080967
src/plguins/useExportData.js
@@ -33,7 +33,7 @@ useExportData.pluginName = "useExportData";
33
function useInstance(instance) {
34
const {
35
rows,
36
- initialRows,
+ initialRows = [],
37
allColumns,
38
disableExport,
39
getExportFileName = defaultGetExportFileName,
0 commit comments