In my SAP UI5 app, there are different types of files(pdf/doc/image) in table rows as links.
When I click on link, get_stream is called through odata service and file is downloaded.
This functionality is working fine.
However I do not want to download and THEN view it. How to view the file when link is clicked. File can be image/pdf/doc/excel etc. Thanks,