I found a line of code that allows me to filter an multidimensional array based on the value of a column.
var filteredKey = filteredKeyGlobalData.filter(p => p.ADV_TYPE == "KE");
Although the code works when I run it, it doesn't allow me to deploy to my ABAP repository due to the syntax error. After searching, I have found that I need to enable/disable some options in my ESLINT in the Web IDE?
Is there anyway to resolve this issue?
Thank you in advance..
Hi guys,
I'm facing the same problem as well. I'm following the walkthrough for SAPUI5, it all happens in my manifest file and neo-app file and furthermore the Invoice.js file(step 19). Any solution?