Akash Kumar Verma

Results 3 issues of Akash Kumar Verma

When I tried to download xls file by clicking export button its gives the error. ``` Uncaught Error: Invariant failed: You should not use outside a at invariant (tiny-invariant.esm.js:13) at...

==============================Controller============================== router.get('/matchdata',function(req, res){ Match.dataTable(req.query,{conditions: {status: 1}}, function (err, tdata) { var dataRow = ''; var ndata=[]; tdata.data.forEach(function(value,index){ console.log("value is " + value +' '+ "index is" +index); if (!value.date) {...

question