@@ -80,6 +80,7 @@ describe('ui.grid.exporter uiGridExporterService', function () {
80
80
exporterPdfMaxGridWidth : 720 ,
81
81
exporterPdfCustomFormatter : jasmine . any ( Function ) ,
82
82
exporterHeaderFilterUseName : false ,
83
+ exporterMenuAllData : true ,
83
84
exporterMenuCsv : true ,
84
85
exporterMenuPdf : true ,
85
86
exporterFieldCallback : jasmine . any ( Function ) ,
@@ -105,6 +106,7 @@ describe('ui.grid.exporter uiGridExporterService', function () {
105
106
exporterPdfMaxGridWidth : 670 ,
106
107
exporterPdfCustomFormatter : callback ,
107
108
exporterHeaderFilterUseName : true ,
109
+ exporterMenuAllData : false ,
108
110
exporterMenuCsv : false ,
109
111
exporterMenuPdf : false ,
110
112
exporterFieldCallback : callback ,
@@ -127,6 +129,7 @@ describe('ui.grid.exporter uiGridExporterService', function () {
127
129
exporterPdfMaxGridWidth : 670 ,
128
130
exporterPdfCustomFormatter : callback ,
129
131
exporterHeaderFilterUseName : true ,
132
+ exporterMenuAllData : false ,
130
133
exporterMenuCsv : false ,
131
134
exporterMenuPdf : false ,
132
135
exporterFieldCallback : callback ,
0 commit comments