Now here is the column that contains the button and should be excluded from export
{ name: null, exporterSuppressExport: true, field: "fake", cellTemplate: '<div class="tac"><a class="btn btn-red btn-xs ml5" ng-if="!row.inlineEdit.isEditModeOn" ng-click="grid.appScope.vm.deleteRow(row, $event)"><i class="fa fa-trash"><md-tooltip md-direction="left">delete</md-tooltip></i></a></div>', enableCellEdit: false, enableFiltering: false, enableSorting: false, showSortMenu: false, enableColumnMenu: false, width: 50, },
tfa
source share