example_html_sort.html combined with sAjaxsource?

example_html_sort.html combined with sAjaxsource?

johnmcjohnmc Posts: 6Questions: 0Answers: 0
edited May 2009 in General
Allan,

Looking at your example_html_sort.html example, the is embedded in the table itself.

It there a way to do so in a JSON table using the sAjaxsource method?

Replies

  • allanallan Posts: 61,438Questions: 1Answers: 10,052 Site admin
    Hi,

    Yes indeed - in your json return just include the HTML you want to have in the table. For example:

    [code]
    { "aaData": [
    ['Trident','Internet Explorer 4.0','Win 95+','4','X'],
    ['Trident','Internet Explorer 5.0','Win 95+','5','C'],
    ...
    ] }
    [/code]

    Hope that helps,
    Allan
  • johnmcjohnmc Posts: 6Questions: 0Answers: 0
    I thought I had tried that. But then proper quote placement is required. Sigh. My error. Thanks.
This discussion has been closed.