I would like to get an external source (html page, with using value from other column as qs) and display it in a column, something like:
$(document).ready(function(){
$("#mydiv").load("http://xxx.yyy?a=[ui.rowData.column]);
});
<div id="mydiv"></div>
How can I do this?