Download Excel In Backbone.js May 19, 2024 Post a Comment //Download SKU logic downloadSku: function (e) { e.preventDefault(); var checkedValues = this.$el.find('.chk:checked').map(function () { return this.value; })Solution 1: I solved my issue:This is what i didI changed my options.dataType = 'text' as by default backbone was assuming it to be a json response and was doing a Object.parse Share Post a Comment for "Download Excel In Backbone.js"
Post a Comment for "Download Excel In Backbone.js"