Quantcast
Channel: How to build datatable using jQuery from REST xml response? - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by ShadowScripter for How to build datatable using jQuery from REST...

An XML response is handled just like any other data type.As long as you specify what type it should be expecting.This question shows you how to parse XML in JQuery. XML is handled like any other...

View Article



Answer by charlietfl for How to build datatable using jQuery from REST xml...

The REST is likely cross domain, in which case you would need to create a proxy on your server to retrieve the XML . Proxy becomes your ajax url.If your objective is to create a "read only" table you...

View Article

How to build datatable using jQuery from REST xml response?

I have a XML response from an Ajax REST call. Similar to the one below.<eventBlock><event...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images