I am new to AngularJS ui-grid, and a first time user of the exporter feature. I am trying to add an export menu to an existing ui-grid running in a groovy/grails app. I am using this example as a guide: http://ui-grid.info/docs/#/tutorial/206_exporting_data
I have added the necessary javascript utility files csv.js, pdfMake.js, vfs_fonts.js. I added the gridOptions exporter options following the example. I tried explicitly setting gridOptions
...
exporterMenuCsv: true,
exporterMenuPdf: true,
...
But when it renders the grid menu, the Export buttons are all missing, only the column selection buttons are visible. I can see through FireBug that the utility javascript files were loaded, and there were no errors reported.
What am I missing that would cause the Export buttons to not be generated in the menu?
The example doc states "Note that the option to export selected data is only visible if you have data selected." However in my case no Export buttons are displayed regardless of any data being selected.
I am using ui-grid 3.0.0-rc.20