≡
×
Plus
Manual
Examples
Reference
Download
Blog
Community
Support
example_html_sort.html combined with sAjaxsource?
example_html_sort.html combined with sAjaxsource?
johnmc
Posts: 6
Questions: 0
Answers: 0
May 2009
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
allan
Posts: 65,813
Questions: 1
Answers: 10,949
Site admin
May 2009
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
johnmc
Posts: 6
Questions: 0
Answers: 0
May 2009
I thought I had tried that. But then proper quote placement is required. Sigh. My error. Thanks.
This discussion has been closed.
Replies
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