I am using JDK1.8 with JxBrowser 6.23.0, Angular 8 and ag-grid v2.0 JxBrowser works well when the rowData of the ag-grid is hard-coded json. But when I switch to fetch data from a back end REST service, it fails to render the page. It shows a bland screen with the message 'loading...'
The same URL works fine in stand-alone chrome browser.
Any suggestions?
Thanks!