Quantcast
Viewing all articles
Browse latest Browse all 82127

How to pass a callback to be executed in the mRender?

Hi,

I want to pass a callback in the result of the ajax call, something like this:

{
  "aaData": [
    [
      "1",
      "Internet Explorer 4.0",
      "Win 95+",
      "4",
      "X"
    ],
    [
      "2",
      "Internet Explorer 5.0",
      "Win 95+",
      "5",
      "C"
    ],
    [
      "2",
      "Internet Explorer 5.5",
      "Win 95+",
      "5.5",
      "A"
    ]
    ],
    "callbacks": [
        "function(data){ if (data == 1) return 'Yes'; else return 'No'; }"
    ]
}

For this, i will need to access the response of the ajax call, is it possible?

Viewing all articles
Browse latest Browse all 82127

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>