Author Topic: Custom column data  (Read 1720 times)

queensgambit9

  • Pro Ultimate
  • Sr. Member
  • *
  • Posts: 341
    • View Profile
Custom column data
« on: February 13, 2020, 01:39:58 am »
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:

Code: [Select]
$(document).ready(function(){
            $("#mydiv").load("http://xxx.yyy?a=[ui.rowData.column]);
       });

       <div id="mydiv"></div>

How can I do this?


queensgambit9

  • Pro Ultimate
  • Sr. Member
  • *
  • Posts: 341
    • View Profile
Re: Custom column data
« Reply #1 on: February 13, 2020, 03:38:36 am »
Solved.